mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Misc warning fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3668 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
fc604ba2d1
commit
3034a9fcfc
6 changed files with 5 additions and 7 deletions
|
@ -125,7 +125,7 @@ void OpenALStream::SoundLoop()
|
|||
{
|
||||
soundCriticalSection.Enter();
|
||||
int numBytesToRender = 32768; //ya, this is a hack, we need real data count
|
||||
int numBytesRender = m_mixer->Mix(realtimeBuffer, numBytesToRender >> 2);
|
||||
/*int numBytesRender =*/ m_mixer->Mix(realtimeBuffer, numBytesToRender >> 2);
|
||||
soundCriticalSection.Leave();
|
||||
|
||||
//if (numBytesRender) //here need debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue