summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHexagon12 <benassdo@gmail.com>2018-08-07 18:51:40 +0200
committerHexagon12 <benassdo@gmail.com>2018-08-07 18:51:40 +0200
commitbc6d91a103670358ed34adf7845c0e45ef8f55c2 (patch)
treefbe69d16b148f9f1fdac78c812167681a057af1b /src
parentMerge pull request #837 from lioncash/priv (diff)
downloadyuzu-bc6d91a103670358ed34adf7845c0e45ef8f55c2.tar
yuzu-bc6d91a103670358ed34adf7845c0e45ef8f55c2.tar.gz
yuzu-bc6d91a103670358ed34adf7845c0e45ef8f55c2.tar.bz2
yuzu-bc6d91a103670358ed34adf7845c0e45ef8f55c2.tar.lz
yuzu-bc6d91a103670358ed34adf7845c0e45ef8f55c2.tar.xz
yuzu-bc6d91a103670358ed34adf7845c0e45ef8f55c2.tar.zst
yuzu-bc6d91a103670358ed34adf7845c0e45ef8f55c2.zip
Diffstat (limited to 'src')
-rw-r--r--src/video_core/command_processor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/video_core/command_processor.cpp b/src/video_core/command_processor.cpp
index 31ea3adad..dc485e811 100644
--- a/src/video_core/command_processor.cpp
+++ b/src/video_core/command_processor.cpp
@@ -29,10 +29,10 @@ enum class BufferMethods {
};
void GPU::WriteReg(u32 method, u32 subchannel, u32 value, u32 remaining_params) {
- LOG_WARNING(HW_GPU,
- "Processing method {:08X} on subchannel {} value "
- "{:08X} remaining params {}",
- method, subchannel, value, remaining_params);
+ LOG_TRACE(HW_GPU,
+ "Processing method {:08X} on subchannel {} value "
+ "{:08X} remaining params {}",
+ method, subchannel, value, remaining_params);
if (method == static_cast<u32>(BufferMethods::BindObject)) {
// Bind the current subchannel to the desired engine id.