mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Modernize PPU logging (ppu_log variable)
This commit is contained in:
parent
21f7b0ff0f
commit
327bb2d8f0
11 changed files with 70 additions and 69 deletions
|
|
@ -48,7 +48,7 @@ struct syscache_info
|
|||
cache_id.resize(cache_id.size() - 1);
|
||||
cache_id = cache_id.substr(cache_id.find_last_of('/') + 1);
|
||||
|
||||
LOG_SUCCESS(PPU, "Retained cache from parent process: %s", Emu.hdd1);
|
||||
cellSysutil.success("Retained cache from parent process: %s", Emu.hdd1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue