Skip to content

Commit

Permalink
chore: add new event commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Jan 22, 2025
1 parent 2c7cbad commit e9cc776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Source/Core/Core/HW/EXI/EXI_DeviceSlippi.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,16 @@ class CEXISlippi : public IEXIDevice
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,
Expand Down

0 comments on commit e9cc776

Please sign in to comment.