frontend: add toggle FPS option
[pcsx_rearmed.git] / frontend / plat_pandora.c
index 28aaaab..cdd94c6 100644 (file)
@@ -39,8 +39,9 @@ static const struct in_default_bind in_evdev_defbinds[] = {
        { KEY_4,        IN_BINDTYPE_EMU, SACTION_NEXT_SSLOT },
        { KEY_5,        IN_BINDTYPE_EMU, SACTION_TOGGLE_FSKIP },
        { KEY_6,        IN_BINDTYPE_EMU, SACTION_SCREENSHOT },
-       { KEY_7,        IN_BINDTYPE_EMU, SACTION_FAST_FORWARD },
+       { KEY_7,        IN_BINDTYPE_EMU, SACTION_TOGGLE_FPS },
        { KEY_8,        IN_BINDTYPE_EMU, SACTION_SWITCH_DISPMODE },
+       { KEY_BACKSPACE,IN_BINDTYPE_EMU, SACTION_FAST_FORWARD },
        { 0, 0, 0 }
 };