mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 21:38:01 +03: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
|
@ -1447,7 +1447,7 @@ bool handle_access_violation(u32 addr, bool is_writing, x64_context* context)
|
|||
{
|
||||
if (auto last_func = static_cast<ppu_thread*>(cpu)->current_function)
|
||||
{
|
||||
LOG_FATAL(PPU, "Function aborted: %s", last_func);
|
||||
ppu_log.fatal("Function aborted: %s", last_func);
|
||||
}
|
||||
|
||||
lv2_obj::sleep(*cpu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue