mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 20:15:03 +00:00
Lower log from warning to debug
This commit is contained in:
parent
d3f2aedb1e
commit
20b9e8c459
@ -103,7 +103,7 @@ static bool SrtWalkerSignalHandler(void* context, void* fault_address) {
|
|||||||
// Fill nops
|
// Fill nops
|
||||||
memset(code_patch + patch_size, 0x90, len - patch_size);
|
memset(code_patch + patch_size, 0x90, len - patch_size);
|
||||||
|
|
||||||
LOG_WARNING(Render_Recompiler, "Patched SRT walker at {}", code);
|
LOG_DEBUG(Render_Recompiler, "Patched SRT walker at {}", code);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user