From 44e7e85f231b611130f71405b5258f5250e8785b Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 11 Feb 2024 19:31:01 -0500 Subject: am: rewrite IApplicationFunctions --- 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 236051515..5d3f4cf1d 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -425,8 +425,6 @@ add_library(core STATIC hle/service/am/applet_message_queue.h hle/service/am/application_creator.cpp hle/service/am/application_creator.h - hle/service/am/application_functions.cpp - hle/service/am/application_functions.h hle/service/am/common_state_getter.cpp hle/service/am/common_state_getter.h hle/service/am/debug_functions.cpp @@ -465,6 +463,8 @@ add_library(core STATIC hle/service/am/service/all_system_applet_proxies_service.h hle/service/am/service/applet_common_functions.cpp hle/service/am/service/applet_common_functions.h + hle/service/am/service/application_functions.cpp + hle/service/am/service/application_functions.h hle/service/am/service/application_proxy_service.cpp hle/service/am/service/application_proxy_service.h hle/service/am/service/application_proxy.cpp -- cgit v1.2.3