hle: kernel: Add initial impl. of KSlabAllocated.

This commit is contained in:
bunnei 2021-03-31 21:12:33 -07:00
parent 34ce1dd7c7
commit f93d939426
2 changed files with 153 additions and 0 deletions

View file

@ -234,6 +234,7 @@ add_library(core STATIC
hle/kernel/service_thread.h
hle/kernel/session.cpp
hle/kernel/session.h
hle/kernel/slab_helpers.h
hle/kernel/svc.cpp
hle/kernel/svc.h
hle/kernel/svc_common.h