hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.

This commit is contained in:
bunnei 2021-11-09 19:02:11 -08:00
parent 3dc803a430
commit bc1399204b
8 changed files with 251 additions and 75 deletions

View file

@ -237,6 +237,7 @@ add_library(core STATIC
hle/kernel/k_system_control.h
hle/kernel/k_thread.cpp
hle/kernel/k_thread.h
hle/kernel/k_thread_queue.cpp
hle/kernel/k_thread_queue.h
hle/kernel/k_trace.h
hle/kernel/k_transfer_memory.cpp