summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/emu_window
diff options
context:
space:
mode:
authorzhupengfei <zhupengfei321@sina.cn>2018-07-10 18:02:14 +0800
committerfearlessTobi <thm.frey@gmail.com>2019-01-22 23:35:38 +0100
commita94a828b6c5c1a1631ef0c414da570e8c22bc3f5 (patch)
tree07e6f58a85f042fdb5613b0a7ea805ccc75e7e0b /src/yuzu_cmd/emu_window
parentd5a4707f659010061dd07a2a7af4e1c88a8796ae (diff)
citra_qt: Log settings on launch
Diffstat (limited to 'src/yuzu_cmd/emu_window')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
index a557f2884..7df8eff53 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
@@ -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();
}