aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-09-30 19:33:43 +0000
committerEugene Sandulenko2006-09-30 19:33:43 +0000
commit8f440983329d3a8143dc357adc893c995321b510 (patch)
tree6e84c9ee3b177273d74f4c815c5c29ebe7dfe702
parenta403a8e83b47df966aa8be099b76381a58df5d99 (diff)
downloadscummvm-rg350-8f440983329d3a8143dc357adc893c995321b510.tar.gz
scummvm-rg350-8f440983329d3a8143dc357adc893c995321b510.tar.bz2
scummvm-rg350-8f440983329d3a8143dc357adc893c995321b510.zip
Revert part of commit 23552 by agent-q. Apparently this slipped in by
mistake, as DS port sets FMOPL quality in ds/arm9/source/osystem_ds.cpp void OSystem_DS::initBackend(). svn-id: r24046
-rw-r--r--sound/fmopl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index d5a9055d66..c5705e01b7 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -1188,11 +1188,6 @@ FM_OPL *makeAdlibOPL(int rate) {
env_bits = FMOPL_ENV_BITS_LQ;
eg_ent = FMOPL_EG_ENT_LQ;
}
- // TODO: add a comment why we foce to MQ,
- // but make a check what mode the user specified.
- // Looks a bit pointless...
- env_bits = FMOPL_ENV_BITS_MQ;
- eg_ent = FMOPL_EG_ENT_MQ;
#endif
OPLBuildTables(env_bits, eg_ent);