diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-23 05:39:25 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-23 05:39:25 +0200 |
commit | 420971a849b5811e4a6ae866292e70f40a716e5c (patch) | |
tree | f65c78b04a721ac127a3827fce921d512fd8773d | |
parent | Merge branch 'threading' (diff) | |
download | yuzu-420971a849b5811e4a6ae866292e70f40a716e5c.tar yuzu-420971a849b5811e4a6ae866292e70f40a716e5c.tar.gz yuzu-420971a849b5811e4a6ae866292e70f40a716e5c.tar.bz2 yuzu-420971a849b5811e4a6ae866292e70f40a716e5c.tar.lz yuzu-420971a849b5811e4a6ae866292e70f40a716e5c.tar.xz yuzu-420971a849b5811e4a6ae866292e70f40a716e5c.tar.zst yuzu-420971a849b5811e4a6ae866292e70f40a716e5c.zip |
-rw-r--r-- | src/core/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index b63404f13..4086b415b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -78,7 +78,10 @@ set(HEADERS core.h hle/config_mem.h hle/coprocessor.h hle/hle.h - hle/syscall.h + hle/svc.h + hle/kernel/kernel.h + hle/kernel/mutex.h + hle/kernel/thread.h hle/function_wrappers.h hle/service/apt.h hle/service/gsp.h |