melonDS/src
Arisotura 81964a0f89 make things function atleast somewhat
no pciture is being actually sent yet
2020-10-26 21:54:08 +01:00
..
ARMJIT_A64 Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
ARMJIT_x64 Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
dolphin remove some UB 2020-09-04 20:37:14 +02:00
frontend Input : Treat numpad keys as keypresses 2020-10-13 11:02:58 +05:30
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
xxhash implement block linking + some refactoring 2020-06-16 11:59:06 +02:00
ARCodeFile.cpp (finally) build the goddamn cheat interface 2020-08-15 00:14:05 +02:00
ARCodeFile.h (finally) build the goddamn cheat interface 2020-08-15 00:14:05 +02:00
AREngine.cpp make the AR engine use the correct bus funcs based on DS/DSi mode 2020-08-24 19:55:20 +02:00
AREngine.h add AR code file parser and shit 2020-08-13 00:20:34 +02:00
ARM.cpp make things function atleast somewhat 2020-10-26 21:54:08 +01:00
ARM.h remove some UB 2020-09-04 20:37:14 +02:00
ARMInterpreter.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter.h new block cache and much more... 2020-06-16 11:56:36 +02:00
ARMInterpreter_ALU.cpp implement carry setting ALU op with imm 2020-07-25 22:08:43 +02: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
ARMJIT.cpp remove some UB 2020-09-04 20:37:14 +02:00
ARMJIT.h reconcile DSi and JIT, fastmem for x64 and Windows 2020-06-30 23:50:41 +02:00
ARMJIT_Compiler.h Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
ARMJIT_Internal.h reset fastmem on DSi soft reset 2020-07-31 22:39:27 +02:00
ARMJIT_Memory.cpp fix build on Switch 2020-09-11 19:29:06 +02:00
ARMJIT_Memory.h for some reason tabs and spaces were mixed 2020-07-23 17:43:25 +02:00
ARMJIT_RegisterCache.h Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
ARM_InstrInfo.cpp implement carry setting ALU op with imm 2020-07-25 22:08:43 +02:00
ARM_InstrInfo.h first steps in bringing over the JIT refactor/fastmem 2020-06-16 12:11:19 +02:00
ARM_InstrTable.h update copyright years 2020-02-14 20:18:08 +01:00
CMakeLists.txt make OpenGL renderer a build option 2020-10-01 00:01:05 +02:00
CP15.cpp DSi: make ARM9-clock-selector actually work 2020-08-17 19:15:45 +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 change JIT branch optimisations default to 1 2020-10-15 05:59:45 +02:00
Config.h actually add DLDI. bahahahhh 2020-09-03 20:28:07 +02:00
DMA.cpp remove some UB 2020-09-04 20:37:14 +02:00
DMA.h make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
DSi.cpp Merge branch 'master' into dsi_camera 2020-10-26 20:47:30 +01:00
DSi.h Merge remote-tracking branch 'upstream/slirp' into slirp-merge 2020-07-26 21:41:09 +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 AES: fix bug where CCM-encrypt MAC could be obliterated, by attempting to write it while the output FIFO was full 2020-08-25 00:17:22 +02:00
DSi_AES.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_Camera.cpp make things function atleast somewhat 2020-10-26 21:54:08 +01:00
DSi_Camera.h make things function atleast somewhat 2020-10-26 21:54:08 +01:00
DSi_I2C.cpp Merge branch 'master' into dsi_camera 2020-10-26 20:47:30 +01:00
DSi_I2C.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_NDMA.cpp messin' around 2020-09-08 20:19:37 +02:00
DSi_NDMA.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_NWifi.cpp NWifi: correctly determine ROM/chip/etc IDs based on hardware version (as specified in firmware). 2020-08-19 17:53:31 +02:00
DSi_NWifi.h NWifi: correctly determine ROM/chip/etc IDs based on hardware version (as specified in firmware). 2020-08-19 17:53:31 +02:00
DSi_SD.cpp make unlaunch'd NANDs work 2020-10-25 18:25:09 +01:00
DSi_SD.h Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
DSi_SPI_TSC.cpp huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_SPI_TSC.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
FIFO.h wifi fixes and shit. getting there, somewhat. 2020-06-21 01:43:32 +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 make OpenGL renderer a build option 2020-10-01 00:01:05 +02:00
GPU.h make OpenGL renderer a build option 2020-10-01 00:01:05 +02:00
GPU2D.cpp make OpenGL renderer a build option 2020-10-01 00:01:05 +02:00
GPU2D.h * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D.cpp make OpenGL renderer a build option 2020-10-01 00:01:05 +02:00
GPU3D.h make OpenGL renderer a build option 2020-10-01 00:01:05 +02:00
GPU3D_OpenGL.cpp * fix build error 2020-08-24 19:32:07 +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 blarg 2020-08-20 01:37:33 +02:00
GPU_OpenGL_shaders.h fix colors 2020-05-25 18:38:10 +02:00
NDS.cpp Merge branch 'master' into dsi_camera 2020-10-26 20:47:30 +01:00
NDS.h make things function atleast somewhat 2020-10-26 21:54:08 +01:00
NDSCart.cpp flush to file after importing SRAM 2020-10-06 00:49:16 +02:00
NDSCart.h add functionality to import savefiles 2020-09-11 03:08:06 +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 Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
RTC.h update copyright years 2020-02-14 20:18:08 +01:00
SPI.cpp make MAC randomization optional 2020-08-24 19:19:41 +02:00
SPI.h NWifi: correctly determine ROM/chip/etc IDs based on hardware version (as specified in firmware). 2020-08-19 17:53:31 +02:00
SPU.cpp SPU: don't process channels with len<4 2020-08-19 04:18:17 +02:00
SPU.h SPU: delay channel start until whenever it can actually start. fixes maxmod interpolated mode. 2020-07-23 12:59:19 +02:00
Savestate.cpp remove some UB 2020-09-04 20:37:14 +02:00
Savestate.h remove some UB 2020-09-04 20:37:14 +02:00
Wifi.cpp remove some UB 2020-09-04 20:37:14 +02:00
Wifi.h update copyright years 2020-02-14 20:18:08 +01:00
WifiAP.cpp make it actually connect. hark hark hark 2020-06-15 16:06:00 +02:00
WifiAP.h make it actually connect. hark hark hark 2020-06-15 16:06:00 +02:00
melonDLDI.h bahahahhh 2020-09-03 19:05:13 +02:00
types.h use fixed sized integers from stdint.h 2020-10-01 13:32:06 +02:00
version.h muhhahahahahh 2020-09-04 10:36:50 +02:00