From 4de53b3c1078a32c1470102f92c7624bfe085415 Mon Sep 17 00:00:00 2001 From: hyperiris Date: Mon, 30 Mar 2009 14:57:51 +0000 Subject: [PATCH] git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2800 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/AudioCommon.vcproj | 8 ++++++++ Source/Core/AudioCommon/Src/OpenALStream.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Source/Core/AudioCommon/AudioCommon.vcproj b/Source/Core/AudioCommon/AudioCommon.vcproj index 05d33b9aee..d0555eb5e5 100644 --- a/Source/Core/AudioCommon/AudioCommon.vcproj +++ b/Source/Core/AudioCommon/AudioCommon.vcproj @@ -445,6 +445,14 @@ > + + + + diff --git a/Source/Core/AudioCommon/Src/OpenALStream.cpp b/Source/Core/AudioCommon/Src/OpenALStream.cpp index 2c95b4eec5..65c521db2d 100644 --- a/Source/Core/AudioCommon/Src/OpenALStream.cpp +++ b/Source/Core/AudioCommon/Src/OpenALStream.cpp @@ -74,7 +74,7 @@ void OpenALStream::Update() #ifdef _WIN32 DWORD WINAPI OpenALStream::ThreadFunc(void* args) #else -void* OpenALStream::soundThread(void* args) +void* OpenALStream::ThreadFunc(void* args) #endif { (reinterpret_cast(args))->SoundLoop();