mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
add DSi shit to cmakelists
This commit is contained in:
@ -10,6 +10,14 @@ add_library(core STATIC
|
|||||||
CP15.cpp
|
CP15.cpp
|
||||||
CRC32.cpp
|
CRC32.cpp
|
||||||
DMA.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
|
GPU.cpp
|
||||||
GPU2D.cpp
|
GPU2D.cpp
|
||||||
GPU3D.cpp
|
GPU3D.cpp
|
||||||
@ -24,6 +32,8 @@ add_library(core STATIC
|
|||||||
SPU.cpp
|
SPU.cpp
|
||||||
Wifi.cpp
|
Wifi.cpp
|
||||||
WifiAP.cpp
|
WifiAP.cpp
|
||||||
|
|
||||||
|
tiny-AES-c/aes.c
|
||||||
)
|
)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
Reference in New Issue
Block a user