core: kernel: Add svc_types header to include SVC-specific types.

This commit is contained in:
bunnei 2020-03-26 21:13:46 -04:00
parent 82d457af37
commit ad48ebb2c8
3 changed files with 70 additions and 0 deletions

View file

@ -178,6 +178,7 @@ add_library(core STATIC
hle/kernel/shared_memory.h
hle/kernel/svc.cpp
hle/kernel/svc.h
hle/kernel/svc_types.h
hle/kernel/svc_wrap.h
hle/kernel/synchronization_object.cpp
hle/kernel/synchronization_object.h