melonDS/src
WaluigiWare64 0be3f449a7
fix for the last commit
2020-12-19 17:46:09 +00:00
..
ARMJIT_A64 aligned_alloc instead of memalign 2020-12-09 18:58:51 +01:00
ARMJIT_x64 Rename jit linkage asm files (#836) 2020-12-01 19:48:46 +01:00
dolphin remove some UB 2020-09-04 20:37:14 +02:00
frontend fix for the last commit 2020-12-19 17:46:09 +00: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
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 remove some debug crap 2020-12-10 18:09:11 +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 JIT fixes 2020-11-09 20:43:31 +01: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 JIT fixes 2020-11-09 20:43:31 +01:00
ARMJIT_Memory.cpp Fix fastmem building on ARM64 Macs (#841) 2020-12-11 01:41:53 +01: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 change cmake file as well 2020-12-07 18:36:14 +01: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 Add support for macOS (#771) 2020-11-29 17:11:33 +01:00
Config.h actually add DLDI. bahahahhh 2020-09-03 20:28:07 +02:00
DMA.cpp remove some debug crap 2020-12-10 18:09:11 +01:00
DMA.h harmless DMA micro optimisation 2020-11-16 17:22:34 +01:00
DSi.cpp Merge remote-tracking branch 'remotes/origin/master' into dsi_camera 2020-12-04 18:28:15 +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 fix to timers (ZXDS no longer runs slow as shit) 2020-10-27 05:03:17 +01:00
DSi_Camera.h misc. shito 2020-12-04 18:26:48 +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 VRAM dirty tracking fix reset/savestate load 2020-12-09 20:10:44 +01:00
GPU.h VRAM dirty tracking fix reset/savestate load 2020-12-09 20:10:44 +01:00
GPU2D.cpp GPU: make sure to always pass BG0HOFS to the 3D engine, even if the 2D engine is disabled. 2020-12-10 19:34:31 +01:00
GPU2D.h only start display capture on first line 2020-12-09 22:45:16 +01:00
GPU2D_Soft.cpp GPU: forward BG0HOFS to internal rendering engine register for 3D layer scroll (only when the rendering engine is enabled). 2020-12-10 19:12:08 +01:00
GPU3D.cpp fix segfault for build with OpenGL disabled 2020-12-14 17:21:55 +01:00
GPU3D.h GPU: forward BG0HOFS to internal rendering engine register for 3D layer scroll (only when the rendering engine is enabled). 2020-12-10 19:12:08 +01:00
GPU3D_OpenGL.cpp GL: don't break rendering order when translucent polygons contain opaque pixels. 2020-12-11 04:38:11 +01:00
GPU3D_OpenGL_shaders.h update copyright years 2020-02-14 20:18:08 +01:00
GPU3D_Soft.cpp Merge vram dirty tracking 2020-11-30 19:49:18 +01:00
GPU_OpenGL.cpp GPU: forward BG0HOFS to internal rendering engine register for 3D layer scroll (only when the rendering engine is enabled). 2020-12-10 19:12:08 +01:00
GPU_OpenGL_shaders.h GPU: forward BG0HOFS to internal rendering engine register for 3D layer scroll (only when the rendering engine is enabled). 2020-12-10 19:12:08 +01:00
NDS.cpp don't axe error bits when writing to IPCFIFOCNT. fixes #801 2020-12-11 18:06:26 +01:00
NDS.h make things function atleast somewhat 2020-10-26 21:54:08 +01:00
NDSCart.cpp delay savefile flush to the end of the frame 2020-11-11 13:38:05 +01:00
NDSCart.h delay savefile flush to the end of the frame 2020-11-11 13:38:05 +01:00
NonStupidBitfield.h Merge vram dirty tracking 2020-11-30 19:49:18 +01:00
OpenGLSupport.cpp get the OpenGL renderer going. 2020-05-25 18:25:50 +02:00
OpenGLSupport.h Add support for macOS (#771) 2020-11-29 17:11:33 +01:00
Platform.h Merge vram dirty tracking 2020-11-30 19:49:18 +01:00
ROMList.h correct save type for Jelly Belly - Ballistic Beans (USA) 2020-12-14 11:34:40 +01: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 make audio output thread safe(r?) 2020-11-15 15:29:38 +01:00
SPU.h make audio output thread safe(r?) 2020-11-15 15:29:38 +01:00
Savestate.cpp remove some UB 2020-09-04 20:37:14 +02:00
Savestate.h add cur vertex and light information to savestate 2020-12-09 19:18:42 +01: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