From fb51d14491c58215ac34ca38a16d7234ed815d5b Mon Sep 17 00:00:00 2001 From: magumagu9 Date: Sat, 17 Jan 2009 20:36:23 +0000 Subject: [PATCH] A couple more compile fixes to account for the fact that the commit of r1887 is *still* imcomplete. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1899 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_HLE/Src/SConscript | 2 +- Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/SConscript b/Source/Plugins/Plugin_DSP_HLE/Src/SConscript index 3fc6a4eeef..f8eda6a748 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/SConscript +++ b/Source/Plugins/Plugin_DSP_HLE/Src/SConscript @@ -36,7 +36,7 @@ if dspenv['HAVE_WX']: 'Debugger/PBView.cpp', 'Debugger/Mails.cpp', 'Debugger/Blocks.cpp', - 'Debugger/Logging.cpp', + #'Debugger/Logging.cpp', ] diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.h b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.h index c34b29cf32..010804c514 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.h +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.h @@ -40,7 +40,7 @@ public: // Logging //template //void Logging(short* _pBuffer, int _iSize, int a, bool Wii, ParamBlockType &PBs, int numberOfPBs); - void Logging(short* _pBuffer, int _iSize, int a, bool Wii); + void Logging(short* _pBuffer, int _iSize, int a, bool Wii) {} void SaveLog_(bool Wii, const char* _fmt, va_list ap); void SaveMail(bool Wii, u32 _uMail); void SaveLogFile(std::string f, int resizeTo, bool type, bool Wii);