early-access version 1981

This commit is contained in:
pineappleEA
2021-08-08 21:31:53 +02:00
parent 17ddc78d45
commit 3651fcf3da
3 changed files with 3 additions and 1 deletions

View File

@@ -232,6 +232,7 @@ void EmuWindow_SDL2::WaitEvent() {
}
}
// Credits to Samantas5855 and others for this function.
void EmuWindow_SDL2::SetWindowIcon() {
SDL_RWops* const yuzu_icon_stream = SDL_RWFromConstMem((void*)yuzu_icon, yuzu_icon_size);
if (yuzu_icon_stream == nullptr) {