mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-22 16:13:45 +00:00
Allow T3D to compile against the latest version of FMod. LowMem Software Reverb has been removed as of FMOD Ex 44409
This commit is contained in:
parent
875c1c8890
commit
c62b05fc95
3 changed files with 0 additions and 10 deletions
|
|
@ -60,10 +60,6 @@ public:
|
|||
"This will add a lowpass filter effect to the DSP effect chain of all sounds mixed in software.\n\n"
|
||||
"@note Only applies when using an %FMOD sound device.\n\n"
|
||||
"@ingroup SFXFMOD" );
|
||||
Con::addVariable( "$pref::SFX::FMOD::useSoftwareReverbLowmem", TypeBool, &SFXFMODDevice::smPrefUseSoftwareReverbLowmem,
|
||||
"If true, %FMOD's SFX reverb is run using 22/24kHz delay buffers, halving the memory required.\n\n"
|
||||
"@note Only applies when using an %FMOD sound device.\n\n"
|
||||
"@ingroup SFXFMOD" );
|
||||
Con::addVariable( "$pref::SFX::FMOD::enableProfile", TypeBool, &SFXFMODDevice::smPrefEnableProfile,
|
||||
"Whether to enable support for %FMOD's profiler.\n\n"
|
||||
"@note Only applies when using an %FMOD sound device.\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue