瀏覽代碼

fixed order of LogManager and System init

bunnei 12 年之前
父節點
當前提交
bf025ed03c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/citra_qt/main.cpp

+ 1 - 1
src/citra_qt/main.cpp

@@ -97,8 +97,8 @@ GMainWindow::GMainWindow()
 
     show();
 
-    System::Init(render_window);
     LogManager::Init();
+    System::Init(render_window);
 }
 
 GMainWindow::~GMainWindow()