From 235da420c8ac0bcec5a21db6f3cce4ae190fb7c5 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Tue, 24 Aug 2021 17:46:20 +0200 Subject: having fun with fatfs (#1189) * patch TSC coords in DSi mode * DSiware importer and shit --- src/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f604a39..54d0899 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,6 +20,7 @@ add_library(core STATIC DSi_Camera.cpp DSi_DSP.cpp DSi_I2C.cpp + DSi_NAND.cpp DSi_NDMA.cpp DSi_NWifi.cpp DSi_SD.cpp @@ -46,6 +47,13 @@ add_library(core STATIC Wifi.cpp WifiAP.cpp + fatfs/diskio.c + fatfs/ff.c + fatfs/ffsystem.c + fatfs/ffunicode.c + fatfs/ffconf.h + + sha1/sha1.c tiny-AES-c/aes.c xxhash/xxhash.c ) -- cgit v1.2.3