X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=3326b697840575793e9bc671620762833bd2c2cb;hp=7e401a349b71391d7b0756514596fe6a92a0bf50;hb=55b0eeea6028e00741e620d28ab3211c49b8515f;hpb=90f1d26c2e771993c1a563f4c0ea81432bd9fc5e diff --git a/frontend/menu.h b/frontend/menu.h index 7e401a34..3326b697 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; +extern int g_opts, analog_deadzone;