diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-11-10 20:52:48 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2022-12-02 03:43:59 +0100 |
commit | a4725bcb73c5038853f460e15c4bfa9f679e7f4b (patch) | |
tree | ee0ab201ee43638ba274c7fdced6d97c490e4cfb /src/core/CMakeLists.txt | |
parent | Merge pull request #9320 from yuzu-emu/fix-audio-suspend (diff) | |
download | yuzu-a4725bcb73c5038853f460e15c4bfa9f679e7f4b.tar yuzu-a4725bcb73c5038853f460e15c4bfa9f679e7f4b.tar.gz yuzu-a4725bcb73c5038853f460e15c4bfa9f679e7f4b.tar.bz2 yuzu-a4725bcb73c5038853f460e15c4bfa9f679e7f4b.tar.lz yuzu-a4725bcb73c5038853f460e15c4bfa9f679e7f4b.tar.xz yuzu-a4725bcb73c5038853f460e15c4bfa9f679e7f4b.tar.zst yuzu-a4725bcb73c5038853f460e15c4bfa9f679e7f4b.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 5629980d9..7819f9c51 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 |