diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-10 01:04:41 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-10 01:10:13 +0200 |
commit | fd12788967729dc3712c23723957ab6b15d36822 (patch) | |
tree | 567b35b23b1c173235994967a9b6d7082aa8e880 /src/video_core/memory_manager.h | |
parent | video_core/memory_manager: Amend doxygen comments (diff) | |
download | yuzu-fd12788967729dc3712c23723957ab6b15d36822.tar yuzu-fd12788967729dc3712c23723957ab6b15d36822.tar.gz yuzu-fd12788967729dc3712c23723957ab6b15d36822.tar.bz2 yuzu-fd12788967729dc3712c23723957ab6b15d36822.tar.lz yuzu-fd12788967729dc3712c23723957ab6b15d36822.tar.xz yuzu-fd12788967729dc3712c23723957ab6b15d36822.tar.zst yuzu-fd12788967729dc3712c23723957ab6b15d36822.zip |
Diffstat (limited to 'src/video_core/memory_manager.h')
-rw-r--r-- | src/video_core/memory_manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/memory_manager.h b/src/video_core/memory_manager.h index ade18c139..4f7b57f8e 100644 --- a/src/video_core/memory_manager.h +++ b/src/video_core/memory_manager.h @@ -48,6 +48,7 @@ struct VirtualMemoryArea { class MemoryManager final { public: MemoryManager(VideoCore::RasterizerInterface& rasterizer); + ~MemoryManager(); GPUVAddr AllocateSpace(u64 size, u64 align); GPUVAddr AllocateSpace(GPUVAddr addr, u64 size, u64 align); |