Clang Fixes
This commit is contained in:
parent
d16e08454d
commit
1d8b6ad13b
5 changed files with 11 additions and 9 deletions
|
@ -153,7 +153,8 @@ void Maxwell3D::ProcessQueryGet() {
|
|||
break;
|
||||
}
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Query mode %u not implemented", static_cast<u32>(regs.query.query_get.mode.Value()));
|
||||
UNIMPLEMENTED_MSG("Query mode %u not implemented",
|
||||
static_cast<u32>(regs.query.query_get.mode.Value()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue