mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
RSX Cache: Prevent crash on failure to obtain cache directory (#10474)
This commit is contained in:
parent
72680c7707
commit
bbaa93c846
2 changed files with 7 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ namespace rpcs3::cache
|
|||
|
||||
if (!g_fxo->is_init<ppu_module>() || _main.cache.empty())
|
||||
{
|
||||
ppu_log.warning("PPU Cache location not initialized.");
|
||||
ppu_log.error("PPU Cache location not initialized.");
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue