summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-06 04:17:32 +0100
committerGitHub <noreply@github.com>2022-12-06 04:17:32 +0100
commit04779b3d2a5e25a3808d754d1ea1767f0b8c0328 (patch)
treefd003772877453e89a19d6509bc675fff3a35f54 /src/core/CMakeLists.txt
parentMerge pull request #9360 from Kelebek1/R-E-S-P-E-C-T (diff)
parentinput_common: Allow mifare files (diff)
downloadyuzu-04779b3d2a5e25a3808d754d1ea1767f0b8c0328.tar
yuzu-04779b3d2a5e25a3808d754d1ea1767f0b8c0328.tar.gz
yuzu-04779b3d2a5e25a3808d754d1ea1767f0b8c0328.tar.bz2
yuzu-04779b3d2a5e25a3808d754d1ea1767f0b8c0328.tar.lz
yuzu-04779b3d2a5e25a3808d754d1ea1767f0b8c0328.tar.xz
yuzu-04779b3d2a5e25a3808d754d1ea1767f0b8c0328.tar.zst
yuzu-04779b3d2a5e25a3808d754d1ea1767f0b8c0328.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 ad8b8ef95..c6b5ac196 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -528,6 +528,8 @@ add_library(core STATIC
hle/service/mnpp/mnpp_app.h
hle/service/ncm/ncm.cpp
hle/service/ncm/ncm.h
+ hle/service/nfc/mifare_user.cpp
+ hle/service/nfc/mifare_user.h
hle/service/nfc/nfc.cpp
hle/service/nfc/nfc.h
hle/service/nfc/nfc_device.cpp