diff options
| author | bunnei <bunneidev@gmail.com> | 2021-02-14 00:20:41 -0800 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2021-02-14 00:20:41 -0800 |
| commit | eae9f2e4404f6bdf8a192bc9c09e53cd87e4359d (patch) | |
| tree | 3f5cfe0d7067853437249cd167e79d9299c984b1 /src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp | |
| parent | 0bbf5e61f107ce6b54078ec30504034ab9af5596 (diff) | |
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp')
| -rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp index 3ba657c00..6f9b00461 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp @@ -35,6 +35,8 @@ EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsyste std::exit(EXIT_FAILURE); } + SetWindowIcon(); + switch (wm.subsystem) { #ifdef SDL_VIDEO_DRIVER_WINDOWS case SDL_SYSWM_TYPE::SDL_SYSWM_WINDOWS: |
