diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-10-19 16:05:35 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-10-19 16:05:35 +0200 |
commit | de11d6d4105f4188c90c1d6fec5b11221deb4111 (patch) | |
tree | 3952b2d6a229208dbf3f86c33ce433ea205d69a2 /src | |
parent | e82364f010f6ad4e4883c241a05a4aac10cd75d6 (diff) | |
parent | db6187a9532e7e3159f6191f6bbae1faac40c32e (diff) |
Merge branch 'melonDSi' of https://github.com/Arisotura/melonDS into melonDSi
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a1110f1..a4b1c6e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,6 +10,14 @@ add_library(core STATIC CP15.cpp CRC32.cpp DMA.cpp + DSi.cpp + DSi_AES.cpp + DSi_Camera.cpp + DSi_I2C.cpp + DSi_NDMA.cpp + DSi_NWifi.cpp + DSi_SD.cpp + DSi_SPI_TSC.cpp GPU.cpp GPU2D.cpp GPU3D.cpp @@ -24,6 +32,8 @@ add_library(core STATIC SPU.cpp Wifi.cpp WifiAP.cpp + + tiny-AES-c/aes.c ) if (WIN32) |