mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 03:40:35 +00:00
OpenAL: Minor fixes (someone beat me to the other fixes)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2807 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ce7ee4d4a3
commit
c3a843b5a8
@ -410,7 +410,7 @@
|
|||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="StreamOut"
|
Name="SoundStreams"
|
||||||
>
|
>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\Src\AOSoundStream.cpp"
|
RelativePath=".\Src\AOSoundStream.cpp"
|
||||||
|
@ -71,11 +71,7 @@ void OpenALStream::Update()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The audio thread.
|
// The audio thread.
|
||||||
#ifdef _WIN32
|
THREAD_RETURN OpenALStream::ThreadFunc(void* args)
|
||||||
DWORD WINAPI OpenALStream::ThreadFunc(void* args)
|
|
||||||
#else
|
|
||||||
void* OpenALStream::ThreadFunc(void* args)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
(reinterpret_cast<OpenALStream *>(args))->SoundLoop();
|
(reinterpret_cast<OpenALStream *>(args))->SoundLoop();
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user