Merge pull request #894 from lioncash/object
kernel: Move object class to its own source files
This commit is contained in:
commit
4c3c608d59
44 changed files with 186 additions and 156 deletions
|
@ -67,6 +67,8 @@ add_library(core STATIC
|
|||
hle/kernel/memory.h
|
||||
hle/kernel/mutex.cpp
|
||||
hle/kernel/mutex.h
|
||||
hle/kernel/object.cpp
|
||||
hle/kernel/object.h
|
||||
hle/kernel/process.cpp
|
||||
hle/kernel/process.h
|
||||
hle/kernel/resource_limit.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue