mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 02:30:58 +00:00
Further audiolib work... I think this is almost done!
git-svn-id: https://svn.eduke32.com/eduke32@8219 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # GNUmakefile # platform/Windows/audiolib.vcxproj # platform/Windows/audiolib.vcxproj.filters # platform/Windows/build.vcxproj # platform/Windows/build.vcxproj.filters # source/audiolib/include/al_midi.h # source/audiolib/src/_al_midi.h # source/duke3d/src/osdcmds.cpp # source/duke3d/src/sounds.cpp
This commit is contained in:
parent
8a1681fb5a
commit
8eb5233232
21 changed files with 1087 additions and 264 deletions
|
@ -54,7 +54,7 @@ int FX_Init(int numvoices, int numchannels, unsigned mixrate, void *initdata)
|
|||
if (SoundCard == ASS_AutoDetect) {
|
||||
#if defined RENDERTYPESDL
|
||||
SoundCard = ASS_SDL;
|
||||
#elif defined _WIN32
|
||||
#elif defined RENDERTYPEWIN
|
||||
SoundCard = ASS_DirectSound;
|
||||
#else
|
||||
SoundCard = ASS_NoSound;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue