|
|
|
@ -166,6 +166,7 @@ EmuWindow_SDL2::EmuWindow_SDL2(bool fullscreen) { |
|
|
|
OnResize(); |
|
|
|
OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size); |
|
|
|
SDL_PumpEvents(); |
|
|
|
SDL_GL_SetSwapInterval(false); |
|
|
|
LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch, |
|
|
|
Common::g_scm_desc); |
|
|
|
|
|
|
|
|