mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[orbis-kernel] Implement evf syscalls
This commit is contained in:
parent
d279166c0b
commit
14cfdd0eb3
10 changed files with 519 additions and 86 deletions
|
|
@ -3,6 +3,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE on)
|
|||
add_library(obj.orbis-kernel OBJECT
|
||||
src/module.cpp
|
||||
src/sysvec.cpp
|
||||
src/evf.cpp
|
||||
src/KernelContext.cpp
|
||||
src/sys/sys_acct.cpp
|
||||
src/sys/sys_audit.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue