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
This commit is contained in:
magumagu9 2009-01-17 20:36:23 +00:00
parent b6a8f11e48
commit fb51d14491
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ if dspenv['HAVE_WX']:
'Debugger/PBView.cpp',
'Debugger/Mails.cpp',
'Debugger/Blocks.cpp',
'Debugger/Logging.cpp',
#'Debugger/Logging.cpp',
]

View File

@ -40,7 +40,7 @@ public:
// Logging
//template<class ParamBlockType>
//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);