mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 07:09:58 +00:00
hle/ipc_helpers: Fix clang-format warnings
This commit is contained in:
parent
ac603cf130
commit
2561a79c39
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ inline void ResponseBuilder::Push(u8 value) {
|
|||
PushRaw(value);
|
||||
}
|
||||
|
||||
|
||||
template <>
|
||||
inline void ResponseBuilder::Push(u16 value) {
|
||||
PushRaw(value);
|
||||
|
|
Loading…
Reference in a new issue