diff options
| author | Liam <byteslice@airmail.cc> | 2024-02-17 12:22:16 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-02-18 10:32:21 -0500 |
| commit | 786fc512e244b47d37d71e940cb70a5f7e59cb20 (patch) | |
| tree | 02a7d38d951bdf5b08b922f9cd7aed4934052156 /src/core/CMakeLists.txt | |
| parent | c31ac453325ce62b13bf5ebb25d198217877c5b5 (diff) | |
ns: rewrite IReadOnlyApplicationRecordInterface
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 8f70d2599..ab8b1c6c9 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -765,6 +765,8 @@ add_library(core STATIC hle/service/ns/pdm_qry.h hle/service/ns/platform_service_manager.cpp hle/service/ns/platform_service_manager.h + hle/service/ns/read_only_application_record_interface.cpp + hle/service/ns/read_only_application_record_interface.h hle/service/nvdrv/core/container.cpp hle/service/nvdrv/core/container.h hle/service/nvdrv/core/heap_mapper.cpp |
