mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 19:30:34 +00:00
OpenAL channels now use their own sound buffers
# Conflicts: # src/audio/sampman_oal.cpp
This commit is contained in:
parent
f1c935ac4c
commit
86b1d9aea5
4 changed files with 96 additions and 166 deletions
|
@ -175,11 +175,7 @@ public:
|
|||
|
||||
bool Initialise(void);
|
||||
void Terminate (void);
|
||||
|
||||
#ifdef AUDIO_OAL
|
||||
void UpdateSoundBuffers(void);
|
||||
#endif
|
||||
|
||||
|
||||
bool CheckForAnAudioFileOnCD(void);
|
||||
char GetCDAudioDriveLetter (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue