Start implementing the callback for add-to-favorites
This commit is contained in:
parent
42012389cd
commit
9dfb39c672
3 changed files with 14 additions and 0 deletions
|
@ -134,6 +134,8 @@ enum event_command
|
|||
CMD_EVENT_REBOOT,
|
||||
/* Resume RetroArch when in menu. */
|
||||
CMD_EVENT_RESUME,
|
||||
/* Add a playlist entry to favorites. */
|
||||
CMD_EVENT_ADD_TO_FAVORITES,
|
||||
/* Toggles pause. */
|
||||
CMD_EVENT_PAUSE_TOGGLE,
|
||||
/* Pauses RetroArch. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue