mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 23:30:44 +00:00
Update PPUThread.cpp
This commit is contained in:
parent
227398f766
commit
6bba308347
1 changed files with 6 additions and 6 deletions
|
@ -4282,7 +4282,6 @@ extern void ppu_precompile(std::vector<std::string>& dir_queue, std::vector<ppu_
|
||||||
if (src)
|
if (src)
|
||||||
{
|
{
|
||||||
ppu_log.error("Possible missed KLIC for precompilation of '%s', please report to developers.", path);
|
ppu_log.error("Possible missed KLIC for precompilation of '%s', please report to developers.", path);
|
||||||
}
|
|
||||||
|
|
||||||
// Ignore executables larger than 500KB to prevent a long pause on exitspawn
|
// Ignore executables larger than 500KB to prevent a long pause on exitspawn
|
||||||
if (src.size() >= 500000)
|
if (src.size() >= 500000)
|
||||||
|
@ -4292,6 +4291,7 @@ extern void ppu_precompile(std::vector<std::string>& dir_queue, std::vector<ppu_
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!src)
|
if (!src)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue