Core: Refactor CPU Management.
This commit moves ARM Interface and Scheduler handling into the kernel.
This commit is contained in:
parent
ab89ced244
commit
4d6a86b03f
10 changed files with 168 additions and 224 deletions
|
@ -158,6 +158,8 @@ add_library(core STATIC
|
|||
hle/kernel/mutex.h
|
||||
hle/kernel/object.cpp
|
||||
hle/kernel/object.h
|
||||
hle/kernel/physical_core.cpp
|
||||
hle/kernel/physical_core.h
|
||||
hle/kernel/process.cpp
|
||||
hle/kernel/process.h
|
||||
hle/kernel/process_capability.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue