Compare commits

...

1 Commits

Author SHA1 Message Date
Fernando Sahmkow
47bb8ec119 yuzu-cmd/CMakeLists: Correct attribution for this function. 2021-08-08 17:49:20 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
# Credits to PinappleEA team for this function.
function(create_resource file output filename)
# Read hex data from file
file(READ ${file} filedata HEX)

View File

@@ -232,6 +232,7 @@ 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) {