Revert back to LogTypes. Fixes issue 3668.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6580 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-12-14 17:52:01 +00:00
parent 7c0e08b0e7
commit 35fef1f173
21 changed files with 172 additions and 159 deletions

View File

@ -60,7 +60,7 @@ public:
void SaveSettings();
void LoadSettings();
void Log(enum LOG_LEVEL level, const char *text);
void Log(LogTypes::LOG_LEVELS, const char *text);
int x, y, winpos;