aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
authornotaz2011-10-30 21:29:01 +0200
committernotaz2011-10-30 23:57:12 +0200
commit221be40d20d1fc4e1c597b087ea54130b80739f1 (patch)
tree22c29caf0dc11964461b3e076299c78081f2562f /frontend/menu.h
parent50306d8d6e20ede70c2dea274ae1099082aea88f (diff)
downloadpcsx_rearmed-221be40d20d1fc4e1c597b087ea54130b80739f1.tar.gz
pcsx_rearmed-221be40d20d1fc4e1c597b087ea54130b80739f1.tar.bz2
pcsx_rearmed-221be40d20d1fc4e1c597b087ea54130b80739f1.zip
frontend: input driver and volume control for Wiz
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
index 3326b69..16f85a9 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 analog_deadzone;