Bugfix to log manager. Console and OSReport was mixed up.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1174 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2008-11-14 16:35:39 +00:00
parent 2d90e4c62c
commit 28fc0351fd
5 changed files with 9 additions and 5 deletions

View File

@ -42,7 +42,6 @@ extern bool gSSBMremedy2;
extern bool gSequenced;
extern bool gVolume;
extern bool gReset;
extern u32 gLastBlock;
extern std::string gpName;
extern CDebugger* m_frame;
std::vector<std::string> sMailLog, sMailTime;