From 366e9003763457cce77fb9959042e8bf5acaf8fe Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Sun, 22 Sep 2019 02:18:57 +0200 Subject: [PATCH] fermi_2d: Lower surface copy log severity to DEBUG --- src/video_core/engines/fermi_2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } void Fermi2D::HandleSurfaceCopy() { - LOG_WARNING(HW_GPU, "Requested a surface copy with operation {}", + LOG_DEBUG(HW_GPU, "Requested a surface copy with operation {}", static_cast(regs.operation)); // TODO(Subv): Only raw copies are implemented.