mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
fixed windows and linux builds. the console/debugger/etc files in lle/hle/ogl really need to be de-uglified!
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@833 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -18,12 +18,12 @@
|
||||
|
||||
// --------------------
|
||||
// Includes
|
||||
#include "../Globals.h"
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "../Globals.h"
|
||||
|
||||
|
||||
// --------------------
|
||||
@ -149,12 +149,15 @@ void ClearScreen()
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
// VERY UGLY! needs to be fixed soon, just fixing the biuld...
|
||||
void CloseConsole()
|
||||
{
|
||||
}
|
||||
void OpenConsole()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(DEBUGG) && defined(_WIN32)
|
||||
HWND GetConsoleHwnd(void)
|
||||
|
Reference in New Issue
Block a user