mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 15:40:30 +01: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…
Reference in a new issue