hle: kernel: Add KPageBitmap class.

This commit is contained in:
bunnei 2021-02-11 18:39:06 -08:00
parent e7c33d1ad6
commit a02566136c
2 changed files with 280 additions and 0 deletions

View file

@ -164,6 +164,7 @@ add_library(core STATIC
hle/kernel/k_light_condition_variable.h
hle/kernel/k_light_lock.cpp
hle/kernel/k_light_lock.h
hle/kernel/k_page_bitmap.h
hle/kernel/k_priority_queue.h
hle/kernel/k_readable_event.cpp
hle/kernel/k_readable_event.h