hle: kernel: Add KSpinLock implementation.

This commit is contained in:
bunnei 2021-02-08 18:02:36 -08:00
parent 24e1e17a8a
commit 6da91da08e
3 changed files with 89 additions and 0 deletions

View file

@ -177,6 +177,8 @@ add_library(core STATIC
hle/kernel/k_scoped_scheduler_lock_and_sleep.h
hle/kernel/k_shared_memory.cpp
hle/kernel/k_shared_memory.h
hle/kernel/k_spin_lock.cpp
hle/kernel/k_spin_lock.h
hle/kernel/k_synchronization_object.cpp
hle/kernel/k_synchronization_object.h
hle/kernel/k_thread.cpp