mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
ppu: Make install function log message trace
This commit is contained in:
parent
c9f91ecee9
commit
a6e8b9037a
1 changed files with 2 additions and 2 deletions
|
@ -4316,7 +4316,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
||||||
ppu_register_function_at(func.addr, 4, addr);
|
ppu_register_function_at(func.addr, 4, addr);
|
||||||
|
|
||||||
if (g_cfg.core.ppu_debug)
|
if (g_cfg.core.ppu_debug)
|
||||||
ppu_log.notice("Installing function %s at 0x%x: %p (reloc = 0x%x)", name, func.addr, ppu_ref(func.addr), reloc);
|
ppu_log.trace("Installing function %s at 0x%x: %p (reloc = 0x%x)", name, func.addr, ppu_ref(func.addr), reloc);
|
||||||
}
|
}
|
||||||
|
|
||||||
jit_mod.init = true;
|
jit_mod.init = true;
|
||||||
|
@ -4335,7 +4335,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
||||||
ppu_register_function_at(func.addr, 4, addr);
|
ppu_register_function_at(func.addr, 4, addr);
|
||||||
|
|
||||||
if (g_cfg.core.ppu_debug)
|
if (g_cfg.core.ppu_debug)
|
||||||
ppu_log.notice("Reinstalling function at 0x%x: %p (reloc=0x%x)", func.addr, ppu_ref(func.addr), reloc);
|
ppu_log.trace("Reinstalling function at 0x%x: %p (reloc=0x%x)", func.addr, ppu_ref(func.addr), reloc);
|
||||||
}
|
}
|
||||||
|
|
||||||
index = 0;
|
index = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue