early-access version 1980

This commit is contained in:
pineappleEA
2021-08-08 20:35:20 +02:00
parent 702adcfe91
commit 17ddc78d45
3 changed files with 1 additions and 3 deletions

View File

@@ -232,7 +232,6 @@ void EmuWindow_SDL2::WaitEvent() {
}
}
// Credits to PinappleEA team 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) {