diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 8fd62e45e..4486a355c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -473,8 +473,8 @@ add_library(core STATIC hle/service/am/service/application_proxy.h hle/service/am/service/library_applet_proxy.cpp hle/service/am/service/library_applet_proxy.h - hle/service/am/system_applet_proxy.cpp - hle/service/am/system_applet_proxy.h + hle/service/am/service/system_applet_proxy.cpp + hle/service/am/service/system_applet_proxy.h hle/service/am/system_buffer_manager.cpp hle/service/am/system_buffer_manager.h hle/service/am/spsm.cpp |