replace _DEBUG with LOGGING in the #ifs. Thanks to Xuefer for this change.

also unbroke somethign which shouldn't have been there in the last commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@426 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gigaherz
2008-09-01 15:18:32 +00:00
parent a7ec1a2562
commit b1cd01819b
6 changed files with 35 additions and 33 deletions

View File

@ -128,7 +128,6 @@ void CMemcardManager::CreateGUIControls()
m_MemcardList[0]->AssignImageList(new wxImageList(96,32),wxIMAGE_LIST_SMALL);
m_MemcardList[1]->AssignImageList(new wxImageList(96,32),wxIMAGE_LIST_SMALL);
m_MemcardList[0]->
// mmmm sizer goodness
wxBoxSizer* sButtons;