aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
authorJonathan Gray2003-10-01 10:47:19 +0000
committerJonathan Gray2003-10-01 10:47:19 +0000
commiteecdf67c636a8ff7a04819db4ffbc8717c278b52 (patch)
tree950f9d56022b6a52f031e66017812932c3bc2733 /base/gameDetector.h
parent13773455a40f356dfcd65819587c71d516504de5 (diff)
downloadscummvm-rg350-eecdf67c636a8ff7a04819db4ffbc8717c278b52.tar.gz
scummvm-rg350-eecdf67c636a8ff7a04819db4ffbc8717c278b52.tar.bz2
scummvm-rg350-eecdf67c636a8ff7a04819db4ffbc8717c278b52.zip
disable joystick input by default either command line or config file need to be used to enable it now, ability to choose joystick number to use also added
svn-id: r10518
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index 606f4d24a0..2f88080060 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -152,6 +152,7 @@ public:
bool _native_mt32;
int _cdrom;
+ int _joystick_num;
int _save_slot;
bool _saveconfig;