renamed "syscall" module to "svc" (more accurate naming)

This commit is contained in:
bunnei 2014-05-20 18:28:38 -04:00
parent f654a03f1f
commit 143bba2045
9 changed files with 28 additions and 26 deletions

View file

@ -33,7 +33,7 @@ set(SRCS core.cpp
hle/hle.cpp
hle/config_mem.cpp
hle/coprocessor.cpp
hle/syscall.cpp
hle/svc.cpp
hle/kernel/kernel.cpp
hle/kernel/thread.cpp
hle/service/apt.cpp