kernel: memory: Add memory_types.h, for things that are commonly used in memory code.

This commit is contained in:
bunnei 2020-04-05 14:44:26 -04:00
parent d364e7cf09
commit ea5ee9918e
2 changed files with 19 additions and 0 deletions

View file

@ -156,6 +156,7 @@ add_library(core STATIC
hle/kernel/kernel.h
hle/kernel/memory/address_space_info.cpp
hle/kernel/memory/address_space_info.h
hle/kernel/memory/memory_types.h
hle/kernel/memory/slab_heap.h
hle/kernel/mutex.cpp
hle/kernel/mutex.h