X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=7f366df6ce848be8cb9b6e797755db4f23266413;hp=3326b697840575793e9bc671620762833bd2c2cb;hb=7badc9353b9570fd1c67827cfb477cef07974ddb;hpb=55b0eeea6028e00741e620d28ab3211c49b8515f diff --git a/frontend/menu.h b/frontend/menu.h index 3326b697..7f366df6 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -13,4 +13,5 @@ enum opts { OPT_TSGUN_NOTRIGGER = 1 << 4, }; -extern int g_opts, analog_deadzone; +extern int g_opts; +extern int soft_scaling, analog_deadzone;