mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
forgot a comma at command_event.h
This commit is contained in:
parent
ffffc50401
commit
b284749016
@ -121,7 +121,7 @@ enum event_command
|
||||
/* Shutdown the OS */
|
||||
EVENT_CMD_SHUTDOWN,
|
||||
/* Reboot the OS */
|
||||
EVENT_CMD_REBOOT
|
||||
EVENT_CMD_REBOOT,
|
||||
/* Resume RetroArch when in menu. */
|
||||
EVENT_CMD_RESUME,
|
||||
/* Toggles pause. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user