diff options
author | StapleButter <thetotalworm@gmail.com> | 2019-10-16 01:37:44 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2019-10-16 01:37:44 +0200 |
commit | db6187a9532e7e3159f6191f6bbae1faac40c32e (patch) | |
tree | 7c1d931775caa2f5fe8667858f9fd3a9e4b83eb4 | |
parent | 118b3b0f241973a1c667b03ce0d22d64d6b20d31 (diff) |
add DSi shit to cmakelists
-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) |