X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=1635146ffb9a6169f394601ece350bfb446a4f5b;hp=7e401a349b71391d7b0756514596fe6a92a0bf50;hb=4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae;hpb=19e57cbf170d1ce49f00097f3cc3a4ed96d77374 diff --git a/frontend/menu.h b/frontend/menu.h index 7e401a34..1635146f 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -10,6 +10,7 @@ enum opts { OPT_SHOWCPU = 1 << 1, OPT_NO_FRAMELIM = 1 << 2, OPT_SHOWSPU = 1 << 3, + OPT_TSGUN_NOTRIGGER = 1 << 4, }; extern int g_opts;