mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 22:47:56 -05:00
Kernel/IPC: Small codestyle cleanup
This commit is contained in:
@ -9,9 +9,7 @@
|
||||
#include "core/memory.h"
|
||||
|
||||
namespace Kernel {
|
||||
class ServerSession;
|
||||
|
||||
// TODO(Subv): Move these declarations out of here
|
||||
static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user