summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_core/engines/fermi_2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/fermi_2d.cpp b/src/video_core/engines/fermi_2d.cpp
index 98a8b5337..20672f70e 100644
--- a/src/video_core/engines/fermi_2d.cpp
+++ b/src/video_core/engines/fermi_2d.cpp
@@ -29,7 +29,7 @@ void Fermi2D::CallMethod(const GPU::MethodCall& method_call) {
29} 29}
30 30
31void Fermi2D::HandleSurfaceCopy() { 31void Fermi2D::HandleSurfaceCopy() {
32 LOG_WARNING(HW_GPU, "Requested a surface copy with operation {}", 32 LOG_DEBUG(HW_GPU, "Requested a surface copy with operation {}",
33 static_cast<u32>(regs.operation)); 33 static_cast<u32>(regs.operation));
34 34
35 // TODO(Subv): Only raw copies are implemented. 35 // TODO(Subv): Only raw copies are implemented.