mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 11:28:17 -05:00
Clean Warnings (?)
This commit is contained in:
@ -153,7 +153,7 @@ void Maxwell3D::ProcessQueryGet() {
|
||||
break;
|
||||
}
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Query mode %u not implemented", regs.query.query_get.mode.Value());
|
||||
UNIMPLEMENTED_MSG("Query mode %u not implemented", static_cast<u32>(regs.query.query_get.mode.Value()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user