mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-05 01:42:41 +00:00
Reorganise a ton of logs level
Most of this commits changes performance decreasing logs from info to debug and also cleans up innacurate levels.
This commit is contained in:
parent
08f28b5351
commit
f0aa9b3751
56 changed files with 320 additions and 320 deletions
|
@ -211,7 +211,7 @@ u8* Run(DataReader src, u32* cycles, bool in_display_list)
|
|||
if (in_display_list)
|
||||
{
|
||||
totalCycles += 6;
|
||||
WARN_LOG(VIDEO, "recursive display list detected");
|
||||
INFO_LOG(VIDEO, "recursive display list detected");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue