melonDS/src
Nadia Holmquist Pedersen 924975f6db Use GenericConfigLocation so files will be placed correctly in non-portable Windows builds 2020-06-03 17:01:10 +02:00
..
frontend Use GenericConfigLocation so files will be placed correctly in non-portable Windows builds 2020-06-03 17:01:10 +02:00
sha1 melonDSi: skeleton in place 2019-06-15 13:09:11 +02:00
tiny-AES-c add all sorts of shit 2019-06-13 14:41:54 +02:00
ARCodeList.cpp flesh shit out for loading a cheat file 2020-02-24 17:56:01 +01:00
ARCodeList.h flesh shit out for loading a cheat file 2020-02-24 17:56:01 +01:00
AREngine.cpp change ParseTextCode() so we can specify the length of an individual AR code within a bigger string. 2020-02-16 11:21:45 +01:00
AREngine.h update copyright years 2020-02-14 20:18:08 +01:00
ARM.cpp make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
ARM.h make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
ARMInterpreter.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter.h update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_ALU.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_ALU.h update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_Branch.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_Branch.h update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_LoadStore.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_LoadStore.h update copyright years 2020-02-14 20:18:08 +01:00
ARM_InstrTable.h update copyright years 2020-02-14 20:18:08 +01:00
CMakeLists.txt Merge remote-tracking branch 'remotes/origin/master' into melonDSi 2020-05-30 03:19:20 +02:00
CP15.cpp make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
CRC32.cpp update copyright years 2020-02-14 20:18:08 +01:00
CRC32.h update copyright years 2020-02-14 20:18:08 +01:00
Config.cpp add DSi-mode settings 2020-06-01 19:11:44 +02:00
Config.h add DSi-mode settings 2020-06-01 19:11:44 +02:00
DMA.cpp make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
DMA.h make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
DSi.cpp clean it up some 2020-06-02 00:36:07 +02:00
DSi.h remove requirement for initmem7/9.bin (but this requires augmented BIOS dumps, we'll get there) 2020-06-02 00:25:29 +02:00
DSiCrypto.cpp blarg 2019-06-13 13:59:11 +02:00
DSiCrypto.h add all sorts of shit 2019-06-13 14:41:54 +02:00
DSi_AES.cpp remove requirement for aeskeys.bin and boot2_7/9.bin 2020-06-01 23:13:38 +02:00
DSi_AES.h * base for potentially re-encrypting modcrypt, doesn't seem to be required? but can also serve to decrypt it 2019-08-07 12:57:12 +02:00
DSi_Camera.cpp camera: enough stub to pass firmware init 2019-08-06 13:06:14 +02:00
DSi_Camera.h camera: enough stub to pass firmware init 2019-08-06 13:06:14 +02:00
DSi_I2C.cpp betterer SD/MMC code. Flipnote can save shit! 2020-06-01 16:24:59 +02:00
DSi_I2C.h add I2C shito 2019-06-15 16:58:02 +02:00
DSi_NDMA.cpp * some fixes to SD controller support, make it clear that there is no SD inserted, makes Flipnote work somewhat better 2019-10-19 16:03:59 +02:00
DSi_NDMA.h tremble upon the NDMA implementation 2019-06-18 22:54:07 +02:00
DSi_NWifi.cpp betterer SD/MMC code. Flipnote can save shit! 2020-06-01 16:24:59 +02:00
DSi_NWifi.h wifi: take this shit further. complete wifi init 2019-08-04 02:16:16 +02:00
DSi_SD.cpp I'm a major derp 2020-06-02 14:36:15 +02:00
DSi_SD.h betterer SD/MMC code. Flipnote can save shit! 2020-06-01 16:24:59 +02:00
DSi_SPI_TSC.cpp TSC: add backwards-compatibility 2019-08-04 14:34:33 +02:00
DSi_SPI_TSC.h lay base for DSi-mode TSC 2019-08-04 11:44:36 +02:00
FIFO.h Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi 2020-05-30 03:12:42 +02:00
GBACart.cpp Split GBA Reset and Eject logic into two sets 2019-12-22 16:01:13 -05:00
GBACart.h Split GBA Reset and Eject logic into two sets 2019-12-22 16:01:13 -05:00
GPU.cpp Merge remote-tracking branch 'remotes/origin/master' into melonDSi 2020-05-30 03:19:20 +02:00
GPU.h * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU2D.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU2D.h * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D.h * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D_OpenGL.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D_OpenGL_shaders.h update copyright years 2020-02-14 20:18:08 +01:00
GPU3D_Soft.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU_OpenGL.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU_OpenGL_shaders.h fix colors 2020-05-25 18:38:10 +02:00
NDS.cpp make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
NDS.h make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
NDSCart.cpp remove requirement for initmem7/9.bin (but this requires augmented BIOS dumps, we'll get there) 2020-06-02 00:25:29 +02:00
NDSCart.h Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi 2020-05-30 03:12:42 +02:00
OpenGLSupport.cpp get the OpenGL renderer going. 2020-05-25 18:25:50 +02:00
OpenGLSupport.h * fix the OpenGL shito under Linux 2020-05-29 22:18:21 +02:00
Platform.h keep the ugliness confined in Platform.cpp 2020-05-19 21:34:24 +02:00
ROMList.h embed romlist.bin 2020-05-30 00:28:21 +02:00
RTC.cpp update copyright years 2020-02-14 20:18:08 +01:00
RTC.h update copyright years 2020-02-14 20:18:08 +01:00
SPI.cpp make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
SPI.h Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi 2020-05-30 03:12:42 +02:00
SPU.cpp make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
SPU.h make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
Savestate.cpp fix teh comment 2020-02-24 17:42:05 +01:00
Savestate.h GPU3D: implement zero-dot W limit (DISP_1DOT_DEPTH) 2020-04-12 14:01:43 +02:00
Wifi.cpp update copyright years 2020-02-14 20:18:08 +01:00
Wifi.h update copyright years 2020-02-14 20:18:08 +01:00
WifiAP.cpp update copyright years 2020-02-14 20:18:08 +01:00
WifiAP.h update copyright years 2020-02-14 20:18:08 +01:00
types.h update copyright years 2020-02-14 20:18:08 +01:00
version.h heh 2020-06-02 00:37:51 +02:00