mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-20 08:18:42 +00:00
[windows] Remove ConsoleListener, which was not actually used.
Replace it with the DebuggerLogListener.
This commit is contained in:
parent
7cda374910
commit
0a79b6d5a7
13 changed files with 78 additions and 466 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue