summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2016-07-04 17:52:42 +0200
committerGitHub <noreply@github.com>2016-07-04 17:52:42 +0200
commit51f4a9fd3285d746542a13006c3bc960ffec9b8d (patch)
treefd62863b09208c511da9891cc419d31db5578c3d /src/core/CMakeLists.txt
parentMerge pull request #1935 from wwylele/fix-result-module (diff)
parentHLE/Applets: Implement ErrEula applet (diff)
downloadyuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar
yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar.gz
yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar.bz2
yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar.lz
yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar.xz
yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar.zst
yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 02d902bb5..0773339a9 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -27,6 +27,7 @@ set(SRCS
hle/config_mem.cpp
hle/hle.cpp
hle/applets/applet.cpp
+ hle/applets/erreula.cpp
hle/applets/mii_selector.cpp
hle/applets/swkbd.cpp
hle/kernel/address_arbiter.cpp
@@ -168,6 +169,7 @@ set(HEADERS
hle/function_wrappers.h
hle/hle.h
hle/applets/applet.h
+ hle/applets/erreula.h
hle/applets/mii_selector.h
hle/applets/swkbd.h
hle/kernel/address_arbiter.h