SVC: move function_wrappers.h into kernel
It is only used by kernel/SVC
This commit is contained in:
parent
f43524fff1
commit
d373a6430d
3 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,6 @@ add_library(core STATIC
|
|||
hle/applets/mint.h
|
||||
hle/applets/swkbd.cpp
|
||||
hle/applets/swkbd.h
|
||||
hle/function_wrappers.h
|
||||
hle/ipc.h
|
||||
hle/ipc_helpers.h
|
||||
hle/kernel/address_arbiter.cpp
|
||||
|
@ -117,6 +116,7 @@ add_library(core STATIC
|
|||
hle/kernel/errors.h
|
||||
hle/kernel/event.cpp
|
||||
hle/kernel/event.h
|
||||
hle/kernel/function_wrappers.h
|
||||
hle/kernel/handle_table.cpp
|
||||
hle/kernel/handle_table.h
|
||||
hle/kernel/hle_ipc.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue