From 8f440983329d3a8143dc357adc893c995321b510 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Sep 2006 19:33:43 +0000 Subject: 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 --- sound/fmopl.cpp | 5 ----- 1 file changed, 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); -- cgit v1.2.3