Merge pull request #7519 from itsmeft24/master

kernel: svc: Implement ProcessMemory and CodeMemory SVCs
This commit is contained in:
bunnei 2021-12-09 00:29:09 -08:00 committed by GitHub
commit 46366c6dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 611 additions and 6 deletions

View file

@ -179,6 +179,8 @@ add_library(core STATIC
hle/kernel/k_client_port.h
hle/kernel/k_client_session.cpp
hle/kernel/k_client_session.h
hle/kernel/k_code_memory.cpp
hle/kernel/k_code_memory.h
hle/kernel/k_condition_variable.cpp
hle/kernel/k_condition_variable.h
hle/kernel/k_event.cpp