OpenAL channels now use their own sound buffers

# Conflicts:
#	src/audio/sampman_oal.cpp
This commit is contained in:
Sergeanur 2020-10-27 09:35:09 +02:00
commit 86b1d9aea5
4 changed files with 96 additions and 166 deletions

View file

@ -175,11 +175,7 @@ public:
bool Initialise(void);
void Terminate (void);
#ifdef AUDIO_OAL
void UpdateSoundBuffers(void);
#endif
bool CheckForAnAudioFileOnCD(void);
char GetCDAudioDriveLetter (void);