Hacks to get fmod working for now

This commit is contained in:
Drake Arconis
2016-01-16 12:49:35 -05:00
parent f36d4eb03a
commit e8ec5d750c
4 changed files with 9 additions and 4 deletions

View File

@@ -281,8 +281,8 @@ void F_STDCALL decode_dealloc(void *ptr, FMOD_MEMORY_TYPE type, const char *sour
bool LLAudioEngine_FMODSTUDIO::init(const S32 num_channels, void* userdata)
{
#if LL_WINDOWS
LL_WARNS("AudioImpl") << "BARKBARKBARK" << LL_ENDL;
#if 0 //LL_WINDOWS
if(!attemptDelayLoad())
return false;
#endif