mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Merge pull request #100 from O1L/master
This commit is contained in:
parent
5c563d04c7
commit
fb1b57720c
7 changed files with 308 additions and 7 deletions
|
|
@ -69,7 +69,7 @@ void OpenALThread::Stop()
|
|||
|
||||
void OpenALThread::Open(const void* src, ALsizei size)
|
||||
{
|
||||
alGenSources(1, &mSource); // WARNING: Memory leaks!
|
||||
alGenSources(1, &mSource);
|
||||
checkForAlError("alGenSources");
|
||||
|
||||
alSourcei(mSource, AL_LOOPING, AL_FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue