early-access version 1980

Tento commit je obsažen v:
pineappleEA
2021-08-08 20:35:20 +02:00
rodič 702adcfe91
revize 17ddc78d45
3 změnil soubory, kde provedl 1 přidání a 3 odebrání

Zobrazit soubor

@@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 1979.
This is the source code for early-access 1980.
## Legal Notice

Zobrazit soubor

@@ -1,6 +1,5 @@
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)

Zobrazit soubor

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