mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
fix a build error and some warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3835 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -338,11 +338,6 @@ void CUCode_AX::MixAdd(short* _pBuffer, int _iSize)
|
||||
MixAddVoice(PB, templbuffer, temprbuffer, _iSize, false);
|
||||
WriteBackPB(blockAddr, PB);
|
||||
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
#if defined(_DEBUG) || defined(DEBUGFAST)
|
||||
if(m_DebuggerFrame) m_DebuggerFrame->gLastBlock = blockAddr + p*2 + 2; // save last block location
|
||||
#endif
|
||||
#endif
|
||||
blockAddr = (PB.next_pb_hi << 16) | PB.next_pb_lo;
|
||||
if (!blockAddr) {
|
||||
// Guess we're out of blocks
|
||||
|
Reference in New Issue
Block a user