X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fpandora.c;h=b4e3a42e3087106f1acb0254f9cdc847614443b4;hp=677784e677602ad0c65c73c1aa30841c4c988328;hb=29a8c4f3e7fee7678e4b18de1748b9c4255dcef2;hpb=9411ba241f8f6ea0926a76c13a3329a95856b420 diff --git a/frontend/pandora.c b/frontend/pandora.c index 677784e6..b4e3a42e 100644 --- a/frontend/pandora.c +++ b/frontend/pandora.c @@ -60,6 +60,7 @@ struct in_default_bind in_evdev_defbinds[] = { { KEY_3, IN_BINDTYPE_EMU, SACTION_PREV_SSLOT }, { KEY_4, IN_BINDTYPE_EMU, SACTION_NEXT_SSLOT }, { KEY_5, IN_BINDTYPE_EMU, SACTION_TOGGLE_FSKIP }, + { KEY_6, IN_BINDTYPE_EMU, SACTION_SCREENSHOT }, { 0, 0, 0 } };