diff options
| -rw-r--r-- | src/core/hle/ipc_helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/ipc_helpers.h b/src/core/hle/ipc_helpers.h index eba2f5d02..90f276ee8 100644 --- a/src/core/hle/ipc_helpers.h +++ b/src/core/hle/ipc_helpers.h | |||
| @@ -260,7 +260,6 @@ inline void ResponseBuilder::Push(u8 value) { | |||
| 260 | PushRaw(value); | 260 | PushRaw(value); |
| 261 | } | 261 | } |
| 262 | 262 | ||
| 263 | |||
| 264 | template <> | 263 | template <> |
| 265 | inline void ResponseBuilder::Push(u16 value) { | 264 | inline void ResponseBuilder::Push(u16 value) { |
| 266 | PushRaw(value); | 265 | PushRaw(value); |