Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi

This commit is contained in:
Arisotura
2020-05-30 03:12:42 +02:00
88 changed files with 2428 additions and 350 deletions

View File

@ -1,6 +1,8 @@
project(core)
add_library(core STATIC
ARCodeList.cpp
AREngine.cpp
ARM.cpp
ARMInterpreter.cpp
ARMInterpreter_ALU.cpp
@ -18,6 +20,7 @@ add_library(core STATIC
DSi_NWifi.cpp
DSi_SD.cpp
DSi_SPI_TSC.cpp
GBACart.cpp
GPU.cpp
GPU2D.cpp
GPU3D.cpp