summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-22 18:08:39 +0200
committerGitHub <noreply@github.com>2018-06-22 18:08:39 +0200
commit6d7941042bd8badcd8e93521b40cbbc29215351e (patch)
treef4b72f5d717e1fffe784b1f4100fe01177b6b02a /src/core/CMakeLists.txt
parentMerge pull request #581 from mailwl/empty-buf-skip (diff)
parentKernel/Arbiters: Fix casts, cleanup comments/magic numbers (diff)
downloadyuzu-6d7941042bd8badcd8e93521b40cbbc29215351e.tar
yuzu-6d7941042bd8badcd8e93521b40cbbc29215351e.tar.gz
yuzu-6d7941042bd8badcd8e93521b40cbbc29215351e.tar.bz2
yuzu-6d7941042bd8badcd8e93521b40cbbc29215351e.tar.lz
yuzu-6d7941042bd8badcd8e93521b40cbbc29215351e.tar.xz
yuzu-6d7941042bd8badcd8e93521b40cbbc29215351e.tar.zst
yuzu-6d7941042bd8badcd8e93521b40cbbc29215351e.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index f09edb817..51e4088d2 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -40,6 +40,8 @@ add_library(core STATIC
hle/config_mem.h
hle/ipc.h
hle/ipc_helpers.h
+ hle/kernel/address_arbiter.cpp
+ hle/kernel/address_arbiter.h
hle/kernel/client_port.cpp
hle/kernel/client_port.h
hle/kernel/client_session.cpp