aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-12 18:53:44 +0000
committerJohannes Schickel2009-05-12 18:53:44 +0000
commit4c156d3c784094ddf07db73ca06b729f505feb0c (patch)
tree6199a0a72f49697bb4ab9eeeabd05928d65afeda
parenta586017bea6810f0e7c3ea76f482914b0196602f (diff)
downloadscummvm-rg350-4c156d3c784094ddf07db73ca06b729f505feb0c.tar.gz
scummvm-rg350-4c156d3c784094ddf07db73ca06b729f505feb0c.tar.bz2
scummvm-rg350-4c156d3c784094ddf07db73ca06b729f505feb0c.zip
Fix OPL emulator IDs.
svn-id: r40498
-rw-r--r--sound/fmopl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index f0f7327fd4..dac2db6b70 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -34,8 +34,8 @@ namespace OPL {
// Config implementation
enum OplEmulator {
- kMame = 0,
- kDOSBox = 1
+ kMame = 1,
+ kDOSBox = 2
};
const Config::EmulatorDescription Config::_drivers[] = {