From 9e271f20172b61e48241fa9044ab7ff3600ada61 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 11 Feb 2024 20:22:48 -0500 Subject: am: rewrite ISelfController --- src/core/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 935e3c57c..956207fcf 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -439,8 +439,6 @@ add_library(core STATIC hle/service/am/omm.h hle/service/am/process.cpp hle/service/am/process.h - hle/service/am/self_controller.cpp - hle/service/am/self_controller.h hle/service/am/service/all_system_applet_proxies_service.cpp hle/service/am/service/all_system_applet_proxies_service.h hle/service/am/service/applet_common_functions.cpp @@ -475,6 +473,8 @@ add_library(core STATIC hle/service/am/service/library_applet_self_accessor.h hle/service/am/service/process_winding_controller.cpp hle/service/am/service/process_winding_controller.h + hle/service/am/service/self_controller.cpp + hle/service/am/service/self_controller.h hle/service/am/service/system_applet_proxy.cpp hle/service/am/service/system_applet_proxy.h hle/service/am/system_buffer_manager.cpp -- cgit v1.2.3