mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 02:17:51 +00:00
Fix clang-format
This commit is contained in:
parent
4c1c09c8d8
commit
97f509e9d4
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ void Fermi2D::CallMethod(const GPU::MethodCall& method_call) {
|
|||
|
||||
void Fermi2D::HandleSurfaceCopy() {
|
||||
LOG_DEBUG(HW_GPU, "Requested a surface copy with operation {}",
|
||||
static_cast<u32>(regs.operation));
|
||||
static_cast<u32>(regs.operation));
|
||||
|
||||
// TODO(Subv): Only raw copies are implemented.
|
||||
ASSERT(regs.operation == Operation::SrcCopy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue