mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
chore: add new event commands
This commit is contained in:
parent
2c7cbad523
commit
e9cc776200
1 changed files with 8 additions and 0 deletions
|
@ -54,8 +54,16 @@ private:
|
|||
CMD_RECEIVE_GAME_INFO = 0x36,
|
||||
CMD_RECEIVE_POST_FRAME_UPDATE = 0x38,
|
||||
CMD_RECEIVE_GAME_END = 0x39,
|
||||
CMD_RECEIVE_INITIAL_RNG = 0x3A,
|
||||
CMD_RECEIVE_ITEM = 0x3B,
|
||||
CMD_FRAME_BOOKEND = 0x3C,
|
||||
CMD_GECKO_LIST = 0x3D,
|
||||
CMD_MENU_FRAME = 0x3E,
|
||||
CMD_RECEIVE_FOD_INFO = 0x3F,
|
||||
CMD_RECEIVE_DL_INFO = 0x40,
|
||||
CMD_RECEIVE_PS_INFO = 0x41,
|
||||
|
||||
CMD_RECEIVE_BONES = 0x60,
|
||||
|
||||
// Playback
|
||||
CMD_PREPARE_REPLAY = 0x75,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue