mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 03:39:59 +00:00
Add disk control to retroarch-joyconfig.
This commit is contained in:
parent
1221e3a242
commit
651cd600e3
@ -123,6 +123,8 @@ static struct bind binds[] = {
|
||||
MISC_BIND("Volume up", volume_up),
|
||||
MISC_BIND("Volume down", volume_down),
|
||||
MISC_BIND("Next overlay", overlay_next),
|
||||
MISC_BIND("Disk eject toggle", disk_eject_toggle),
|
||||
MISC_BIND("Disk next cycle", disk_next),
|
||||
};
|
||||
|
||||
#define MAX_BUTTONS 32
|
||||
|
Loading…
x
Reference in New Issue
Block a user