aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
authorJamieson Christian2003-05-17 03:06:16 +0000
committerJamieson Christian2003-05-17 03:06:16 +0000
commit5a1e994d02c9e47ba15f327248f410d88a90d841 (patch)
tree575e2ae463e58610620103674448e955c4bed20e /common/gameDetector.h
parent1f7ebc70d8d72d081f52392dd1adeb273156ed68 (diff)
downloadscummvm-rg350-5a1e994d02c9e47ba15f327248f410d88a90d841.tar.gz
scummvm-rg350-5a1e994d02c9e47ba15f327248f410d88a90d841.tar.bz2
scummvm-rg350-5a1e994d02c9e47ba15f327248f410d88a90d841.zip
Added command line options for
native MT-32 support and combination Adilb/native MIDI drivers. svn-id: r7594
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 1547ac5250..bb080d642d 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -170,6 +170,9 @@ public:
int _gfx_mode;
bool _default_gfx_mode;
+
+ bool _multi_midi;
+ bool _native_mt32;
int _cdrom;
int _save_slot;