diff options
| author | 2016-12-09 12:39:12 -0500 | |
|---|---|---|
| committer | 2016-12-09 12:39:12 -0500 | |
| commit | deb83c9fc5c27ca8c50db0b00deb9cd798a814e7 (patch) | |
| tree | 2701df2c92c4ca2b1c8207621c8922bd8f9d36dd /src/core/hle/ipc.h | |
| parent | Added a framework for partially handling Session disconnections. (diff) | |
| download | yuzu-deb83c9fc5c27ca8c50db0b00deb9cd798a814e7.tar.gz yuzu-deb83c9fc5c27ca8c50db0b00deb9cd798a814e7.tar.xz yuzu-deb83c9fc5c27ca8c50db0b00deb9cd798a814e7.zip | |
Kernel/IPC: Small codestyle cleanup
Diffstat (limited to 'src/core/hle/ipc.h')
| -rw-r--r-- | src/core/hle/ipc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h index 90ea4d191..79ccaaed0 100644 --- a/src/core/hle/ipc.h +++ b/src/core/hle/ipc.h | |||
| @@ -9,9 +9,7 @@ | |||
| 9 | #include "core/memory.h" | 9 | #include "core/memory.h" |
| 10 | 10 | ||
| 11 | namespace Kernel { | 11 | namespace Kernel { |
| 12 | class ServerSession; | ||
| 13 | 12 | ||
| 14 | // TODO(Subv): Move these declarations out of here | ||
| 15 | static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header | 13 | static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header |
| 16 | 14 | ||
| 17 | /** | 15 | /** |