diff options
| author | 2024-02-11 20:16:38 -0500 | |
|---|---|---|
| committer | 2024-02-12 09:16:03 -0500 | |
| commit | 79f225bd5979f058b682845bcafa9a34af8fdc4e (patch) | |
| tree | af98ed7a3ab6d0ac308fb476bfa7f35ced058e58 /src/core/CMakeLists.txt | |
| parent | am: rewrite ILibraryAppletSelfAccessor (diff) | |
| download | yuzu-79f225bd5979f058b682845bcafa9a34af8fdc4e.tar.gz yuzu-79f225bd5979f058b682845bcafa9a34af8fdc4e.tar.xz yuzu-79f225bd5979f058b682845bcafa9a34af8fdc4e.zip | |
am: rewrite IProcessWindingController
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 f7f6b216e..935e3c57c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -437,8 +437,6 @@ add_library(core STATIC | |||
| 437 | hle/service/am/managed_layer_holder.h | 437 | hle/service/am/managed_layer_holder.h |
| 438 | hle/service/am/omm.cpp | 438 | hle/service/am/omm.cpp |
| 439 | hle/service/am/omm.h | 439 | hle/service/am/omm.h |
| 440 | hle/service/am/process_winding_controller.cpp | ||
| 441 | hle/service/am/process_winding_controller.h | ||
| 442 | hle/service/am/process.cpp | 440 | hle/service/am/process.cpp |
| 443 | hle/service/am/process.h | 441 | hle/service/am/process.h |
| 444 | hle/service/am/self_controller.cpp | 442 | hle/service/am/self_controller.cpp |
| @@ -475,6 +473,8 @@ add_library(core STATIC | |||
| 475 | hle/service/am/service/library_applet_proxy.h | 473 | hle/service/am/service/library_applet_proxy.h |
| 476 | hle/service/am/service/library_applet_self_accessor.cpp | 474 | hle/service/am/service/library_applet_self_accessor.cpp |
| 477 | hle/service/am/service/library_applet_self_accessor.h | 475 | hle/service/am/service/library_applet_self_accessor.h |
| 476 | hle/service/am/service/process_winding_controller.cpp | ||
| 477 | hle/service/am/service/process_winding_controller.h | ||
| 478 | hle/service/am/service/system_applet_proxy.cpp | 478 | hle/service/am/service/system_applet_proxy.cpp |
| 479 | hle/service/am/service/system_applet_proxy.h | 479 | hle/service/am/service/system_applet_proxy.h |
| 480 | hle/service/am/system_buffer_manager.cpp | 480 | hle/service/am/system_buffer_manager.cpp |