2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

fermi_2d: Lower surface copy log severity to DEBUG

This commit is contained in:
FearlessTobi 2019-09-22 02:18:57 +02:00
parent 55d272efe6
commit 366e900376

View file

@ -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<u32>(regs.operation));
// TODO(Subv): Only raw copies are implemented.