diff options
| author | 2019-09-22 02:21:56 +0200 | |
|---|---|---|
| committer | 2019-09-22 02:21:56 +0200 | |
| commit | 01fc969a5f5427f22cd8260b2e38fb4fc607265a (patch) | |
| tree | ac70d7ec0396579a0a85ba275775e80d8226a493 /src/video_core/engines | |
| parent | fermi_2d: Lower surface copy log severity to DEBUG (diff) | |
| download | yuzu-01fc969a5f5427f22cd8260b2e38fb4fc607265a.tar.gz yuzu-01fc969a5f5427f22cd8260b2e38fb4fc607265a.tar.xz yuzu-01fc969a5f5427f22cd8260b2e38fb4fc607265a.zip | |
Fix clang-format
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/fermi_2d.cpp | 2 |
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 20672f70e..7ff44f06d 100644 --- a/src/video_core/engines/fermi_2d.cpp +++ b/src/video_core/engines/fermi_2d.cpp | |||
| @@ -30,7 +30,7 @@ void Fermi2D::CallMethod(const GPU::MethodCall& method_call) { | |||
| 30 | 30 | ||
| 31 | void Fermi2D::HandleSurfaceCopy() { | 31 | void Fermi2D::HandleSurfaceCopy() { |
| 32 | LOG_DEBUG(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. |
| 36 | ASSERT(regs.operation == Operation::SrcCopy); | 36 | ASSERT(regs.operation == Operation::SrcCopy); |