mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-22 12:41:48 +00:00
Split EAX usage off OpenAL
New define ID_OPENAL_EAX to enable the deprecated EAX on top of OpenAL. OpenAL Soft can now be used.
This commit is contained in:
parent
cf61014770
commit
02a42cea86
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ID_OPENAL_EAX
|
||||||
|
# define ID_OPENAL_EAX 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ID_ALLOW_D3XP
|
#ifndef ID_ALLOW_D3XP
|
||||||
# if defined( MACOS_X )
|
# if defined( MACOS_X )
|
||||||
# define ID_ALLOW_D3XP 0
|
# define ID_ALLOW_D3XP 0
|
||||||
|
|
Loading…
Reference in a new issue