From eae9f2e4404f6bdf8a192bc9c09e53cd87e4359d Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 14 Feb 2021 00:20:41 -0800 Subject: yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. --- src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp') diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp index deddea9ee..a02485c14 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp @@ -107,6 +107,8 @@ EmuWindow_SDL2_GL::EmuWindow_SDL2_GL(InputCommon::InputSubsystem* input_subsyste dummy_window = SDL_CreateWindow(NULL, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 0, 0, SDL_WINDOW_HIDDEN | SDL_WINDOW_OPENGL); + SetWindowIcon(); + if (fullscreen) { Fullscreen(); } -- cgit v1.2.3