- remove mod_dumb CVAR. This now effectively disabled module playback because the OpenAL backend cannot substitute for it, unlike FMod.
This commit is contained in:
parent
ecbfb255f7
commit
dc3df4e897
2 changed files with 0 additions and 8 deletions
|
|
@ -135,7 +135,6 @@ typedef struct MODMIDICFG
|
|||
|
||||
// PUBLIC DATA DEFINITIONS -------------------------------------------------
|
||||
|
||||
CVAR(Bool, mod_dumb, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
|
||||
CVAR(Int, mod_samplerate, 0, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
|
||||
CVAR(Int, mod_volramp, 2, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
|
||||
CVAR(Int, mod_interp, DUMB_LQ_CUBIC, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
|
||||
|
|
@ -780,11 +779,6 @@ MusInfo *MOD_OpenSong(FileReader &reader)
|
|||
long fpos = 0;
|
||||
input_mod *state = NULL;
|
||||
|
||||
if (!mod_dumb)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
bool is_it = false;
|
||||
bool is_dos = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue