Home
last modified time | relevance | path

Searched refs:FMOD_VERSION (Results 1 – 17 of 17) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dfmodsound.cpp68 #if FMOD_VERSION > 0x42899 && FMOD_VERSION < 0x43400
113 #if FMOD_VERSION < 0x43400
178 #if FMOD_VERSION >= 0x43400
198 #if FMOD_VERSION < 0x44000
420 #if FMOD_VERSION >= 0x43400 in IsEnded()
428 #if FMOD_VERSION < 0x43400 in IsEnded()
517 #if FMOD_VERSION >= 0x43400 in GetStats()
525 #if FMOD_VERSION < 0x43400 in GetStats()
709 #if FMOD_VERSION < 0x42700 in Init()
723 FMOD_VERSION >> 16, (FMOD_VERSION >> 8) & 255, FMOD_VERSION & 255); in Init()
[all …]
H A Dfmod_wrap.h136 #if FMOD_VERSION < 0x42501
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RakVoiceFMOD/
H A Dmain.cpp115 if (version < FMOD_VERSION) in main()
117 … You are using an old version of FMOD %08x. This program requires %08x\n", version, FMOD_VERSION); in main()
/dports/devel/upp/upp/bazaar/UltimatePlayer/
H A DFMod.cpp48 if(version < FMOD_VERSION) in Open()
50 …are using an old version of FMOD %08x&This program requires %08x\n", (int) version, FMOD_VERSION)); in Open()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/ultimatestunts/
H A Dsound.cpp86 if (FSOUND_GetVersion() < FMOD_VERSION) in CSound()
88 …" Error : You are using the wrong DLL version! You should be using FMOD %.02f\n", FMOD_VERSION); in CSound()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/SRB2MP/
H A DSRB2MP.c27 if (FSOUND_GetVersion() < FMOD_VERSION) in M_InitMusic()
29 …tf("Error : You are using the wrong DLL version!\nYou should be using FMOD %.02f\n", FMOD_VERSION); in M_InitMusic()
/dports/games/cake/cake_src/cake/
H A Dsound.cpp178 if (FSOUND_GetVersion() < FMOD_VERSION) in initSoundSystem()
181 gConsole->Insertln("^1You should be using FMOD %.02f", FMOD_VERSION); in initSoundSystem()
219 gConsole->Insertln("fmod %.2f successfully loaded, sound enabled", FMOD_VERSION); in initSoundSystem()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DFmodOpenALBridge.h86 #define FMOD_VERSION 1337 macro
H A DSoundManager.cpp305 if (version < FMOD_VERSION) in SoundManager()
308 … You are using an old version of FMOD %08x. This program requires %08x\n", version, FMOD_VERSION); in SoundManager()
H A DFmodOpenALBridge.cpp1527 *version = FMOD_VERSION; in getVersion()
/dports/games/cube/cube_source/src/
H A Dsound.cpp65 if(FSOUND_GetVersion()<FMOD_VERSION) fatal("old FMOD dll"); in initsound()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/s_fmod/
H A Ds_fmod.c440 if (FSOUND_GetVersion() < FMOD_VERSION) in HWRAPI()
442 …tf("Error : You are using the wrong DLL version!\nYou should be using FMOD %.02f\n", FMOD_VERSION); in HWRAPI()
483 DBG_Printf("Initialising FMOD %.02f\n",FMOD_VERSION); in HWRAPI()
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A Dmain.cpp1968 if (version < FMOD_VERSION) in main()
1970 … You are using an old version of FMOD %08x. This program requires %08x\n", version, FMOD_VERSION); in main()
/dports/games/cake/cake_src/cake/fmod/
H A Dfmod.h38 #define FMOD_VERSION 3.63f macro
/dports/games/cube/cube_source/include/
H A Dfmod.h38 #define FMOD_VERSION 3.63f macro
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/fmod/
H A Dfmod.h39 #define FMOD_VERSION 3.741f macro
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/fmodex/inc/
H A Dfmod.h18 #define FMOD_VERSION 0x00044412 macro