mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 02:30:58 +00:00
Add mus_adlibstereo cvar to enable and disable AdLib stereo mode
git-svn-id: https://svn.eduke32.com/eduke32@8223 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8a61ceeb36
commit
ff10fdf929
3 changed files with 5 additions and 2 deletions
|
@ -73,6 +73,7 @@ int FX_Init(int numvoices, int numchannels, unsigned mixrate, void *initdata)
|
|||
|
||||
static osdcvardata_t cvars_audiolib[] = {
|
||||
{ "mus_emidicard", "force a specific EMIDI instrument set", (void *)&ASS_EMIDICard, CVAR_INT | CVAR_FUNCPTR, 0, 10 },
|
||||
{ "mus_adlibstereo", "enable/disable OPL3 stereo mode", (void *)&AL_Stereo, CVAR_BOOL | CVAR_FUNCPTR, 0, 10 },
|
||||
};
|
||||
|
||||
if (!init++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue