mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
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:
parent
a403a8e83b
commit
8f44098332
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user