hle: kernel: Implement KEvent.

This commit is contained in:
bunnei 2021-01-31 01:37:41 -08:00
parent e9446d232f
commit 6bf80dfee0
3 changed files with 91 additions and 0 deletions

View file

@ -160,6 +160,8 @@ add_library(core STATIC
hle/kernel/k_affinity_mask.h
hle/kernel/k_condition_variable.cpp
hle/kernel/k_condition_variable.h
hle/kernel/k_event.cpp
hle/kernel/k_event.h
hle/kernel/k_light_condition_variable.h
hle/kernel/k_light_lock.cpp
hle/kernel/k_light_lock.h