Start implementing the callback for add-to-favorites

This commit is contained in:
Jean-André Santoni 2017-08-14 00:29:38 +02:00
parent 42012389cd
commit 9dfb39c672
3 changed files with 14 additions and 0 deletions

View file

@ -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. */