RSX Cache: Prevent crash on failure to obtain cache directory (#10474)

This commit is contained in:
Eladash 2021-06-19 16:57:07 +03:00 committed by GitHub
parent 72680c7707
commit bbaa93c846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View file

@ -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 {};
}