Build Settings: Fixed linking errors, I think
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1774 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
fe4fc22127
commit
c99c768f70
|
@ -454,7 +454,7 @@ void CFrame::MM_OnLog(wxCommandEvent& event)
|
|||
MusicMod::bShowConsole = !MusicMod::bShowConsole;
|
||||
|
||||
if(MusicMod::bShowConsole)
|
||||
{ ShowConsole(); /*Player_Console(true);*/ }
|
||||
{ ShowConsole(); Player_Console(true); }
|
||||
else
|
||||
{
|
||||
#if defined (_WIN32)
|
||||
|
|
Loading…
Reference in New Issue