X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fmenu.c;h=68b9bffbc1522bef39a55fc1363324945a135496;hp=a4c2a3259c3730d79f35df5909385632a5fdd2c6;hb=e328100eecae3adfce1c3b57364bee5d166217ef;hpb=f12b1f316ca070bda860108b4e3901628d1a8398 diff --git a/drivers/gp2x/menu.c b/drivers/gp2x/menu.c index a4c2a32..68b9bff 100644 --- a/drivers/gp2x/menu.c +++ b/drivers/gp2x/menu.c @@ -787,9 +787,13 @@ static bind_action_t ctrl_actions[] = static bind_action_t emuctrl_actions[] = { - { "Save State ", 1<<31 }, - { "Load State ", 1<<30 }, - { "Next State Slot", 1<<29 }, + { "Save State ", 1<<31 }, + { "Load State ", 1<<30 }, + { "Next State Slot ", 1<<29 }, + { "Prev State Slot ", 1<<28 }, + { "FDS Insert/Eject ", 1<<27 }, + { "FDS Select Disk ", 1<<26 }, + { "VSUni Insert Coin", 1<<25 }, }; static void kc_sel_loop(void)