mirror of https://github.com/PCSX2/pcsx2.git
IPC: updating IPCMsg doc
This commit is contained in:
parent
f0179b5be6
commit
136b6d8098
|
@ -88,7 +88,7 @@ protected:
|
|||
MsgWrite16 = 5, /**< Write 16 bit value to memory. */
|
||||
MsgWrite32 = 6, /**< Write 32 bit value to memory. */
|
||||
MsgWrite64 = 7, /**< Write 64 bit value to memory. */
|
||||
MsgMultiCommand = 0xFF /**< Treats multiple IPC commands in batch. */
|
||||
MsgUnimplemented = 0xFF /**< Unimplemented IPC message. */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue