aboutsummaryrefslogtreecommitdiff
path: root/src/common/log_manager.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-11-18 18:32:01 -0500
committerbunnei <bunneidev@gmail.com>2014-11-18 18:32:01 -0500
commit40acd63631eeaca248b2393cde399714a730214f (patch)
treef87fe583cad412012a034665a5269567f008cf4d /src/common/log_manager.cpp
parent219628d1c81701132f417f22aeb862be06abe72b (diff)
parent963c923d5931dc9d20eb298001282da88e31c31a (diff)
Merge pull request #165 from neobrain/viewport-scaling
Stretch emulation output to render window and be display density independent
Diffstat (limited to 'src/common/log_manager.cpp')
-rw-r--r--src/common/log_manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log_manager.cpp b/src/common/log_manager.cpp
index 4d590d98fa..687f4e337d 100644
--- a/src/common/log_manager.cpp
+++ b/src/common/log_manager.cpp
@@ -75,6 +75,7 @@ LogManager::LogManager()
m_Log[LogTypes::ACTIONREPLAY] = new LogContainer("ActionReplay", "ActionReplay");
m_Log[LogTypes::MEMCARD_MANAGER] = new LogContainer("MemCard Manager", "MemCard Manager");
m_Log[LogTypes::NETPLAY] = new LogContainer("NETPLAY", "Netplay");
+ m_Log[LogTypes::GUI] = new LogContainer("GUI", "GUI");
m_fileLog = new FileLogListener(FileUtil::GetUserPath(F_MAINLOG_IDX).c_str());
m_consoleLog = new ConsoleListener();