From cbe841c9c979752c0cf2e0241cd6e51590e3b90c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 23 Jul 2018 12:57:32 -0400 Subject: hle: Remove config_mem.h/.cpp This is just an unused hold-over from citra, so we can get rid of this to trim off an exposed global, among other things. --- 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 5473723aa..1849c5d2a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -38,8 +38,6 @@ add_library(core STATIC frontend/input.h gdbstub/gdbstub.cpp gdbstub/gdbstub.h - hle/config_mem.cpp - hle/config_mem.h hle/ipc.h hle/ipc_helpers.h hle/kernel/address_arbiter.cpp -- cgit v1.2.3