summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-08 03:54:35 +0100
committerbunnei <bunneidev@gmail.com>2018-02-08 05:31:26 +0100
commitc711253798b32c4ef73cf38749ea5cf17a352daa (patch)
tree9569ccc93878656bf90c1697b2a2a27efe80867c /src/core/CMakeLists.txt
parentnvmap: Refactor to expose nvmap objects. (diff)
downloadyuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar
yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar.gz
yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar.bz2
yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar.lz
yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar.xz
yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar.zst
yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.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 02c178441..eab08207d 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -137,6 +137,8 @@ add_library(core STATIC
hle/service/nvdrv/devices/nvmap.h
hle/service/nvdrv/interface.cpp
hle/service/nvdrv/interface.h
+ hle/service/nvdrv/memory_manager.cpp
+ hle/service/nvdrv/memory_manager.h
hle/service/nvdrv/nvdrv.cpp
hle/service/nvdrv/nvdrv.h
hle/service/nvdrv/nvmemp.cpp