Merge pull request #3928 from zhaowenlan1779/log-settings
citra_qt: Log settings on launch
This commit is contained in:
commit
7babd78a23
5 changed files with 45 additions and 0 deletions
|
@ -136,6 +136,7 @@ EmuWindow_SDL2::EmuWindow_SDL2(bool fullscreen) {
|
|||
SDL_GL_SetSwapInterval(Settings::values.use_vsync);
|
||||
LOG_INFO(Frontend, "Citra Version: {} | {}-{}", Common::g_build_fullname, Common::g_scm_branch,
|
||||
Common::g_scm_desc);
|
||||
Settings::LogSettings();
|
||||
|
||||
DoneCurrent();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue