citra_qt: Log settings on launch

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

View File

@@ -195,6 +195,7 @@ EmuWindow_SDL2::EmuWindow_SDL2(bool fullscreen) {
SDL_GL_SetSwapInterval(false);
LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", Common::g_build_fullname, Common::g_scm_branch,
Common::g_scm_desc);
Settings::LogSettings();
DoneCurrent();
}