Call the SetWindowIcon function on the Vulkan window

This commit is contained in:
pineappleEA
2021-01-16 03:03:50 +02:00
committed by GitHub
parent 13056dea11
commit 2ff675fa88

View File

@@ -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: