mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 00:40:11 +00:00
Fix SPRX loader crash
This commit is contained in:
parent
796a6646f7
commit
ede816387f
@ -545,7 +545,8 @@ std::string Emulator::PPUCache() const
|
||||
|
||||
if (!_main || _main->cache.empty())
|
||||
{
|
||||
fmt::throw_exception("PPU Cache location not initialized.");
|
||||
LOG_WARNING(PPU, "PPU Cache location not initialized.");
|
||||
return {};
|
||||
}
|
||||
|
||||
return _main->cache;
|
||||
|
Loading…
x
Reference in New Issue
Block a user