mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Misc Linux build fixes in the wake of r1887; still doesn't work right
because Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Logging.cpp appears to be missing, and I haven't looked at the fallout of r1884 yet. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1897 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -54,6 +54,15 @@ void CloseConsole()
|
||||
{
|
||||
Console::Close();
|
||||
}
|
||||
#else
|
||||
// Dummy functions for console open/close
|
||||
void OpenConsole()
|
||||
{
|
||||
}
|
||||
|
||||
void CloseConsole()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
//////////////////////////////////
|
||||
|
||||
|
Reference in New Issue
Block a user