diff options
| author | 2023-02-05 14:22:02 -0500 | |
|---|---|---|
| committer | 2023-02-06 23:57:44 -0500 | |
| commit | 2415d37ea296e8856267375989a8b95cebe2575a (patch) | |
| tree | 376baf5952a8ccc15b445702d38c056ffa71dd1b /src/core/CMakeLists.txt | |
| parent | Merge pull request #9731 from liamwhite/svc-move-only (diff) | |
| download | yuzu-2415d37ea296e8856267375989a8b95cebe2575a.tar.gz yuzu-2415d37ea296e8856267375989a8b95cebe2575a.tar.xz yuzu-2415d37ea296e8856267375989a8b95cebe2575a.zip | |
kernel/svc: switch to generated wrappers
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f16072e6c..8ef1fcaa8 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -310,6 +310,7 @@ add_library(core STATIC | |||
| 310 | hle/kernel/svc/svc_event.cpp | 310 | hle/kernel/svc/svc_event.cpp |
| 311 | hle/kernel/svc/svc_exception.cpp | 311 | hle/kernel/svc/svc_exception.cpp |
| 312 | hle/kernel/svc/svc_info.cpp | 312 | hle/kernel/svc/svc_info.cpp |
| 313 | hle/kernel/svc/svc_insecure_memory.cpp | ||
| 313 | hle/kernel/svc/svc_interrupt_event.cpp | 314 | hle/kernel/svc/svc_interrupt_event.cpp |
| 314 | hle/kernel/svc/svc_io_pool.cpp | 315 | hle/kernel/svc/svc_io_pool.cpp |
| 315 | hle/kernel/svc/svc_ipc.cpp | 316 | hle/kernel/svc/svc_ipc.cpp |