mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Update PPUThread.cpp
This commit is contained in:
parent
7ddeb0d00f
commit
a768855a7a
@ -2423,7 +2423,7 @@ extern void ppu_precompile(std::vector<std::string>& dir_queue, std::vector<lv2_
|
||||
std::string upper = fmt::to_upper(entry.name);
|
||||
|
||||
// Check .sprx filename
|
||||
if (upper.ends_with(".SPRX"))
|
||||
if (upper.ends_with(".SPRX") && entry.name != "libfs_utility_init.sprx"sv)
|
||||
{
|
||||
// Skip already loaded modules or HLEd ones
|
||||
if (dir_queue[i] == firmware_sprx_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user