yuzu-cmd/CMakeLists: Correct attribution for this function.

This commit is contained in:
Fernando Sahmkow 2021-08-08 17:34:43 +02:00
parent d107b31b66
commit f76d1a1dae
2 changed files with 2 additions and 0 deletions
src/yuzu_cmd/emu_window

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) {