diff options
| author | aldelaro5 <aldelaro5@gmail.com> | 2016-09-24 19:06:47 -0400 |
|---|---|---|
| committer | aldelaro5 <aldelaro5@gmail.com> | 2016-10-01 15:50:28 -0400 |
| commit | f0aa9b3751f4c3efeb3b1794991533d3d4616d03 (patch) | |
| tree | 42ecb480ffe2d5392e38caeaa392f68420984828 /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | 08f28b5351ae4b5a7c61726f0ba26ec667a40c23 (diff) | |
Reorganise a ton of logs level
Most of this commits changes performance decreasing logs from info to debug and also cleans up innacurate levels.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp index 0a2d3c4014..badc794cfe 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp @@ -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 { |
