Revert r1861

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1879 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-01-16 02:58:34 +00:00
parent 9df221dd73
commit 7afc53c3a1
19 changed files with 58 additions and 18 deletions

View File

@ -19,9 +19,12 @@
//////////////////////////////////////////////////////////////////////////////////////////
// Includes
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//
#include <string>
#include <stdio.h>
#ifdef _WIN32
#include <windows.h>
#endif
#include "StringUtil.h"
@ -34,7 +37,7 @@
//////////////////////////////////////////////////////////////////////////////////////////
// Settings
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//
// On and off
bool g_consoleEnable = true;