aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
authornotaz2012-02-27 00:23:10 +0200
committernotaz2012-02-28 01:48:59 +0200
commita72ac8031937bb80f36e9392d07724a954995029 (patch)
treed55a307bbdfca908a6f012f4169c84b7900ff1f0 /frontend/menu.h
parent0b1dbe6bc25227c910a4dea2fadcdda540add969 (diff)
downloadpcsx_rearmed-a72ac8031937bb80f36e9392d07724a954995029.tar.gz
pcsx_rearmed-a72ac8031937bb80f36e9392d07724a954995029.tar.bz2
pcsx_rearmed-a72ac8031937bb80f36e9392d07724a954995029.zip
frontend: add an option to disable scaling (Caanoo)
some minor menu tuning too
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
index 16f85a9..7f366df 100644
--- a/frontend/menu.h
+++ b/frontend/menu.h
@@ -14,4 +14,4 @@ enum opts {
};
extern int g_opts;
-extern int analog_deadzone;
+extern int soft_scaling, analog_deadzone;