summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-19 01:03:49 +0100
committerGitHub <noreply@github.com>2024-02-19 01:03:49 +0100
commit3e41f9a6730922347dbb6162447d3bde2e17743d (patch)
treef5575bfe108f5907d7084b16f9c40c000517170d /src/core/CMakeLists.txt
parentMerge pull request #13068 from german77/no_errors (diff)
parentservice: audio: Rewrite IAudioController to new IPC (diff)
downloadyuzu-3e41f9a6730922347dbb6162447d3bde2e17743d.tar
yuzu-3e41f9a6730922347dbb6162447d3bde2e17743d.tar.gz
yuzu-3e41f9a6730922347dbb6162447d3bde2e17743d.tar.bz2
yuzu-3e41f9a6730922347dbb6162447d3bde2e17743d.tar.lz
yuzu-3e41f9a6730922347dbb6162447d3bde2e17743d.tar.xz
yuzu-3e41f9a6730922347dbb6162447d3bde2e17743d.tar.zst
yuzu-3e41f9a6730922347dbb6162447d3bde2e17743d.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 7770dbeae..df47033e3 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -491,12 +491,12 @@ add_library(core STATIC
hle/service/apm/apm_controller.h
hle/service/apm/apm_interface.cpp
hle/service/apm/apm_interface.h
- hle/service/audio/audctl.cpp
- hle/service/audio/audctl.h
hle/service/audio/audin_u.cpp
hle/service/audio/audin_u.h
hle/service/audio/audio.cpp
hle/service/audio/audio.h
+ hle/service/audio/audio_controller.cpp
+ hle/service/audio/audio_controller.h
hle/service/audio/audout_u.cpp
hle/service/audio/audout_u.h
hle/service/audio/audrec_a.cpp