diff options
| author | 2024-02-21 20:59:33 -0500 | |
|---|---|---|
| committer | 2024-02-21 23:00:01 -0500 | |
| commit | a37bd0b9a706f63cf1eb4503549171c232bf4238 (patch) | |
| tree | 3a6581dcac41fc4a504effad56e18fe7810bb5f6 /src/core/CMakeLists.txt | |
| parent | pctl: move types and results (diff) | |
| download | yuzu-a37bd0b9a706f63cf1eb4503549171c232bf4238.tar.gz yuzu-a37bd0b9a706f63cf1eb4503549171c232bf4238.tar.xz yuzu-a37bd0b9a706f63cf1eb4503549171c232bf4238.zip | |
pctl: move IParentalControlService
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 9e913fb10..d0fdae8db 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -893,6 +893,8 @@ add_library(core STATIC | |||
| 893 | hle/service/os/mutex.h | 893 | hle/service/os/mutex.h |
| 894 | hle/service/pcie/pcie.cpp | 894 | hle/service/pcie/pcie.cpp |
| 895 | hle/service/pcie/pcie.h | 895 | hle/service/pcie/pcie.h |
| 896 | hle/service/pctl/parental_control_service.cpp | ||
| 897 | hle/service/pctl/parental_control_service.h | ||
| 896 | hle/service/pctl/pctl.cpp | 898 | hle/service/pctl/pctl.cpp |
| 897 | hle/service/pctl/pctl.h | 899 | hle/service/pctl/pctl.h |
| 898 | hle/service/pctl/pctl_module.cpp | 900 | hle/service/pctl/pctl_module.cpp |