citra_qt: Log settings on launch

This commit is contained in:
zhupengfei
2018-07-10 18:02:14 +08:00
committed by fearlessTobi
parent d5a4707f65
commit a94a828b6c
5 changed files with 35 additions and 0 deletions

View File

@ -2042,6 +2042,9 @@ int main(int argc, char* argv[]) {
GMainWindow main_window;
// After settings have been loaded by GMainWindow, apply the filter
main_window.show();
Settings::LogSettings();
int result = app.exec();
detached_tasks.WaitForAllTasks();
return result;