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
This commit is contained in:
Eugene Sandulenko 2006-09-30 19:33:43 +00:00
parent a403a8e83b
commit 8f44098332

View File

@ -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);