Skip to content

Commit

Permalink
add RC_CLIENT_RAINTEGRATION_EVENT_MENU_CHANGED (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras authored Jul 27, 2024
1 parent 5014280 commit 830b957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/rc_client_raintegration.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ enum {
RC_CLIENT_RAINTEGRATION_EVENT_TYPE_NONE = 0,
RC_CLIENT_RAINTEGRATION_EVENT_MENUITEM_CHECKED_CHANGED = 1, /* [menu_item] checked changed */
RC_CLIENT_RAINTEGRATION_EVENT_HARDCORE_CHANGED = 2, /* hardcore was enabled or disabled */
RC_CLIENT_RAINTEGRATION_EVENT_PAUSE = 3 /* emulated system should be paused */
RC_CLIENT_RAINTEGRATION_EVENT_PAUSE = 3, /* emulated system should be paused */
RC_CLIENT_RAINTEGRATION_EVENT_MENU_CHANGED = 4 /* one or more items were added/removed from the menu and it should be rebuilt */
};

typedef struct rc_client_raintegration_event_t {
Expand Down

0 comments on commit 830b957

Please sign in to comment.