X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmain.h;h=eadb3c6e208d4cee3bc87a99d0568a88350c0bd0;hp=b64bc4cdc6854c7f95f72dc14c7017d8d02692fc;hb=29a8c4f3e7fee7678e4b18de1748b9c4255dcef2;hpb=9411ba241f8f6ea0926a76c13a3329a95856b420 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_)