frontend: add renderer toggle option
[pcsx_rearmed.git] / frontend / plat_pandora.c
index 9ec747d..b6447cf 100644 (file)
@@ -65,6 +65,7 @@ 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_TOGGLE_RENDERER },
        { 0, 0, 0 }
 };