diff options
| author | 2018-02-07 21:54:35 -0500 | |
|---|---|---|
| committer | 2018-02-07 23:31:26 -0500 | |
| commit | c711253798b32c4ef73cf38749ea5cf17a352daa (patch) | |
| tree | 9569ccc93878656bf90c1697b2a2a27efe80867c /src/core/CMakeLists.txt | |
| parent | nvmap: Refactor to expose nvmap objects. (diff) | |
| download | yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar.gz yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.tar.xz yuzu-c711253798b32c4ef73cf38749ea5cf17a352daa.zip | |
nvdrv: Add MemoryManager class to track GPU memory.
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 02c178441..eab08207d 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -137,6 +137,8 @@ add_library(core STATIC | |||
| 137 | hle/service/nvdrv/devices/nvmap.h | 137 | hle/service/nvdrv/devices/nvmap.h |
| 138 | hle/service/nvdrv/interface.cpp | 138 | hle/service/nvdrv/interface.cpp |
| 139 | hle/service/nvdrv/interface.h | 139 | hle/service/nvdrv/interface.h |
| 140 | hle/service/nvdrv/memory_manager.cpp | ||
| 141 | hle/service/nvdrv/memory_manager.h | ||
| 140 | hle/service/nvdrv/nvdrv.cpp | 142 | hle/service/nvdrv/nvdrv.cpp |
| 141 | hle/service/nvdrv/nvdrv.h | 143 | hle/service/nvdrv/nvdrv.h |
| 142 | hle/service/nvdrv/nvmemp.cpp | 144 | hle/service/nvdrv/nvmemp.cpp |