X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=frontend%2Fmain.h;h=eadb3c6e208d4cee3bc87a99d0568a88350c0bd0;hb=29a8c4f3e7fee7678e4b18de1748b9c4255dcef2;hp=b64bc4cdc6854c7f95f72dc14c7017d8d02692fc;hpb=9411ba241f8f6ea0926a76c13a3329a95856b420;p=pcsx_rearmed.git diff --git a/frontend/main.h b/frontend/main.h index b64bc4cd..eadb3c6e 100644 --- a/frontend/main.h +++ b/frontend/main.h @@ -56,6 +56,7 @@ enum sched_action { SACTION_NEXT_SSLOT, SACTION_PREV_SSLOT, SACTION_TOGGLE_FSKIP, + SACTION_SCREENSHOT, }; static inline void emu_set_action(enum sched_action action_)