summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-21 00:28:38 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-21 00:28:38 +0200
commit143bba20453036f0a4bcc74dad10d99605a84732 (patch)
treee4ed8a6f74eb6533625b3196e23056a5fc529c4f /src/core/CMakeLists.txt
parentthread: whitespace change - fixed * and & placement (diff)
downloadyuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.gz
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.bz2
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.lz
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.xz
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.zst
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index b0597db38..e006502da 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -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