From 1f3889a2906b924aa3fadb419652d4d2182ec112 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 23 Jul 2018 12:49:44 -0400 Subject: hle: Remove shared_page.h/.cpp This is a holdover from citra that's essentially unused. --- src/core/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 27a5de7fd..5473723aa 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -249,8 +249,6 @@ add_library(core STATIC hle/service/vi/vi_s.h hle/service/vi/vi_u.cpp hle/service/vi/vi_u.h - hle/shared_page.cpp - hle/shared_page.h hw/hw.cpp hw/hw.h hw/lcd.cpp -- cgit v1.2.3