diff --git a/README.md b/README.md index 2e5ee2a01..64b9db49a 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 1422. +This is the source code for early-access 1423. ## Legal Notice diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index a3fc049c6..36a031490 100755 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -65,8 +65,6 @@ add_library(video_core STATIC guest_driver.h memory_manager.cpp memory_manager.h - morton.cpp - morton.h query_cache.h rasterizer_accelerated.cpp rasterizer_accelerated.h