mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 22:23:48 +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
|
|
@ -33,7 +33,6 @@
|
|||
bool SFXFMODDevice::smPrefDisableSoftware = false;
|
||||
bool SFXFMODDevice::smPrefUseSoftwareOcclusion = true;
|
||||
bool SFXFMODDevice::smPrefUseSoftwareHRTF = true;
|
||||
bool SFXFMODDevice::smPrefUseSoftwareReverbLowmem = false;
|
||||
bool SFXFMODDevice::smPrefEnableProfile = false;
|
||||
bool SFXFMODDevice::smPrefGeometryUseClosest = false;
|
||||
const char* SFXFMODDevice::smPrefDSoundHRTF = "full";
|
||||
|
|
@ -248,8 +247,6 @@ bool SFXFMODDevice::_init()
|
|||
flags |= FMOD_INIT_OCCLUSION_LOWPASS;
|
||||
if( smPrefUseSoftwareHRTF )
|
||||
flags |= FMOD_INIT_HRTF_LOWPASS;
|
||||
if( smPrefUseSoftwareReverbLowmem )
|
||||
flags |= FMOD_INIT_SOFTWARE_REVERB_LOWMEM;
|
||||
if( smPrefEnableProfile )
|
||||
flags |= FMOD_INIT_ENABLE_PROFILE;
|
||||
if( smPrefGeometryUseClosest )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue