From 590e86792c496366fd4811c530a20ee91f6bfa8d Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 11 Feb 2024 19:20:41 -0500 Subject: am: rewrite IAudioController --- 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 4486a355c..8e4928e08 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -429,8 +429,6 @@ add_library(core STATIC hle/service/am/application_creator.h hle/service/am/application_functions.cpp hle/service/am/application_functions.h - hle/service/am/audio_controller.cpp - hle/service/am/audio_controller.h hle/service/am/common_state_getter.cpp hle/service/am/common_state_getter.h hle/service/am/debug_functions.cpp @@ -471,6 +469,8 @@ add_library(core STATIC hle/service/am/service/application_proxy_service.h hle/service/am/service/application_proxy.cpp hle/service/am/service/application_proxy.h + hle/service/am/service/audio_controller.cpp + hle/service/am/service/audio_controller.h hle/service/am/service/library_applet_proxy.cpp hle/service/am/service/library_applet_proxy.h hle/service/am/service/system_applet_proxy.cpp -- cgit v1.2.3