mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Update PPUThread.cpp
This commit is contained in:
parent
a3369b9785
commit
227398f766
1 changed files with 2 additions and 2 deletions
|
@ -4284,8 +4284,8 @@ extern void ppu_precompile(std::vector<std::string>& dir_queue, std::vector<ppu_
|
|||
ppu_log.error("Possible missed KLIC for precompilation of '%s', please report to developers.", path);
|
||||
}
|
||||
|
||||
// Ignore executables larger thaan 500KB to prevent a long pause on exitspawn
|
||||
if (src.size() > 500000)
|
||||
// Ignore executables larger than 500KB to prevent a long pause on exitspawn
|
||||
if (src.size() >= 500000)
|
||||
{
|
||||
g_progr_ftotal_bits -= file_size;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue