mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
logging: minor trace optimizations
This commit is contained in:
parent
a90858193e
commit
16f869fe5a
9 changed files with 36 additions and 17 deletions
|
|
@ -335,9 +335,12 @@ static void ppu_initialize_modules(ppu_linkage_info* link, utils::serial* ar = n
|
|||
u32 alloc_addr = 0;
|
||||
|
||||
// "Use" all the modules for correct linkage
|
||||
for (auto& _module : registered)
|
||||
if (ppu_loader.trace)
|
||||
{
|
||||
ppu_loader.trace("Registered static module: %s", _module->name);
|
||||
for (auto& _module : registered)
|
||||
{
|
||||
ppu_loader.trace("Registered static module: %s", _module->name);
|
||||
}
|
||||
}
|
||||
|
||||
struct hle_vars_save
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue