diff options
| author | 2024-02-21 19:59:41 -0500 | |
|---|---|---|
| committer | 2024-02-21 20:02:00 -0500 | |
| commit | e540757279ee2e9cc1ed395f0480d6136d57e1b9 (patch) | |
| tree | 8c5a552263401bb89ce71f912b6b77a608ca7ff2 /src/core/CMakeLists.txt | |
| parent | olsc: add IRemoteStorageController (diff) | |
| download | yuzu-e540757279ee2e9cc1ed395f0480d6136d57e1b9.tar.gz yuzu-e540757279ee2e9cc1ed395f0480d6136d57e1b9.tar.xz yuzu-e540757279ee2e9cc1ed395f0480d6136d57e1b9.zip | |
olsc: rewrite IOlscServiceForSystemService
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 36bc9103e..d48696654 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -870,6 +870,8 @@ add_library(core STATIC | |||
| 870 | hle/service/olsc/olsc_service_for_system_service.h | 870 | hle/service/olsc/olsc_service_for_system_service.h |
| 871 | hle/service/olsc/olsc.cpp | 871 | hle/service/olsc/olsc.cpp |
| 872 | hle/service/olsc/olsc.h | 872 | hle/service/olsc/olsc.h |
| 873 | hle/service/olsc/remote_storage_controller.cpp | ||
| 874 | hle/service/olsc/remote_storage_controller.h | ||
| 873 | hle/service/olsc/transfer_task_list_controller.cpp | 875 | hle/service/olsc/transfer_task_list_controller.cpp |
| 874 | hle/service/olsc/transfer_task_list_controller.h | 876 | hle/service/olsc/transfer_task_list_controller.h |
| 875 | hle/service/omm/omm.cpp | 877 | hle/service/omm/omm.cpp |