diff options
| author | 2024-02-21 16:13:01 -0500 | |
|---|---|---|
| committer | 2024-02-21 16:13:01 -0500 | |
| commit | 6334616b44a0b9fc5d601b6deb13fc2c861f253c (patch) | |
| tree | 0e1084c9372979ab3c5f3d351c21db205dff962e /src/core/CMakeLists.txt | |
| parent | Merge pull request #13105 from t895/connection-fix (diff) | |
| download | yuzu-6334616b44a0b9fc5d601b6deb13fc2c861f253c.tar.gz yuzu-6334616b44a0b9fc5d601b6deb13fc2c861f253c.tar.xz yuzu-6334616b44a0b9fc5d601b6deb13fc2c861f253c.zip | |
olsc: move INativeHandleHolder, IOlscServiceForApplication, IOlscServiceForSystemService, ITransferTaskListController
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f67a12f8f..8221f0d17 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -860,8 +860,16 @@ add_library(core STATIC | |||
| 860 | hle/service/nvnflinger/ui/graphic_buffer.cpp | 860 | hle/service/nvnflinger/ui/graphic_buffer.cpp |
| 861 | hle/service/nvnflinger/ui/graphic_buffer.h | 861 | hle/service/nvnflinger/ui/graphic_buffer.h |
| 862 | hle/service/nvnflinger/window.h | 862 | hle/service/nvnflinger/window.h |
| 863 | hle/service/olsc/native_handle_holder.cpp | ||
| 864 | hle/service/olsc/native_handle_holder.h | ||
| 865 | hle/service/olsc/olsc_service_for_application.cpp | ||
| 866 | hle/service/olsc/olsc_service_for_application.h | ||
| 867 | hle/service/olsc/olsc_service_for_system_service.cpp | ||
| 868 | hle/service/olsc/olsc_service_for_system_service.h | ||
| 863 | hle/service/olsc/olsc.cpp | 869 | hle/service/olsc/olsc.cpp |
| 864 | hle/service/olsc/olsc.h | 870 | hle/service/olsc/olsc.h |
| 871 | hle/service/olsc/transfer_task_list_controller.cpp | ||
| 872 | hle/service/olsc/transfer_task_list_controller.h | ||
| 865 | hle/service/omm/omm.cpp | 873 | hle/service/omm/omm.cpp |
| 866 | hle/service/omm/omm.h | 874 | hle/service/omm/omm.h |
| 867 | hle/service/omm/operation_mode_manager.cpp | 875 | hle/service/omm/operation_mode_manager.cpp |