From 4c156d3c784094ddf07db73ca06b729f505feb0c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 12 May 2009 18:53:44 +0000 Subject: Fix OPL emulator IDs. svn-id: r40498 --- sound/fmopl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound') 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[] = { -- cgit v1.2.3