mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
[windows] Remove ConsoleListener, which was not actually used.
Replace it with the DebuggerLogListener.
This commit is contained in:
@ -52,7 +52,7 @@ private:
|
||||
wxTimer m_LogTimer;
|
||||
LogManager* m_LogManager;
|
||||
std::queue<std::pair<u8, wxString> > msgQueue;
|
||||
bool m_writeFile, m_writeWindow, m_writeDebugger, m_LogAccess;
|
||||
bool m_writeFile, m_writeWindow, m_LogAccess;
|
||||
|
||||
// Controls
|
||||
wxBoxSizer* sBottom;
|
||||
|
Reference in New Issue
Block a user