hle: kernel: Move KMemoryRegion to its own module and update.
This commit is contained in:
parent
2e85ee250d
commit
778e0f8ec1
4 changed files with 322 additions and 31 deletions
|
@ -172,6 +172,7 @@ add_library(core STATIC
|
|||
hle/kernel/k_memory_layout.h
|
||||
hle/kernel/k_memory_manager.cpp
|
||||
hle/kernel/k_memory_manager.h
|
||||
hle/kernel/k_memory_region.h
|
||||
hle/kernel/k_page_bitmap.h
|
||||
hle/kernel/k_page_heap.cpp
|
||||
hle/kernel/k_page_heap.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue