From d2e95e34ce43aea9e35e0dab94975e3435f3a04b Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Fri, 23 Apr 2021 05:18:49 +0200 Subject: [PATCH] early-access version 1623 --- README.md | 2 +- src/yuzu_cmd/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b4c0de2af..6d3b08361 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 1622. +This is the source code for early-access 1623. ## Legal Notice diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 8461f8896..4bf25727b 100755 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -20,7 +20,6 @@ add_executable(yuzu-cmd emu_window/emu_window_sdl2_gl.h emu_window/emu_window_sdl2_vk.cpp emu_window/emu_window_sdl2_vk.h - resource.h yuzu.cpp yuzu.rc )