melonDS/src
Arisotura ed65473068 add Teakra state to savestate (and fix a bug that broke it) 2025-08-13 15:17:03 +02:00
..
ARMJIT_A64 update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT_x64 update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSP_HLE add specialized ucode state to savestate 2025-08-13 03:25:38 +02:00
debug make it possible to change gdb stub settings without destroying/recreating a NDS 2024-11-17 20:00:52 +01:00
dolphin Multiinstance jit (#2201) 2024-11-18 20:43:05 +01:00
fatfs fix more bugs and crap 2024-06-15 20:57:26 +02:00
frontend * add debounce to mic on/off controls (to deal with stupid code) 2025-08-11 11:58:09 +02:00
net update copyright headers (about time) 2025-05-27 00:31:37 +02:00
sha1 Add Haiku (BeOS-like OS) support (#1858) 2024-02-07 23:15:30 +01:00
teakra add Teakra state to savestate (and fix a bug that broke it) 2025-08-13 15:17:03 +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 update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARCodeFile.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
AREngine.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
AREngine.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARM.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARM.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter_ALU.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter_ALU.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter_Branch.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter_Branch.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter_LoadStore.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMInterpreter_LoadStore.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT_Compiler.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT_Global.cpp hopefully fix macos 2024-11-18 21:31:56 +01:00
ARMJIT_Global.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT_Internal.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT_Memory.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT_Memory.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARMJIT_RegisterCache.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARM_InstrInfo.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARM_InstrInfo.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ARM_InstrTable.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Args.h actually hook up DSP HLE setting 2025-08-06 23:47:39 +02:00
CMakeLists.txt similarly, lay base for microphone control hub 2025-08-08 00:56:33 +02:00
CP15.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
CRC32.cpp lay base for DSP core interface (so it can switch between LLE and HLE) 2025-07-21 17:13:25 +02:00
CRC32.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DMA.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DMA.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DMA_Timings.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DMA_Timings.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi.cpp add Teakra state to savestate (and fix a bug that broke it) 2025-08-13 15:17:03 +02:00
DSi.h add basic system to savestates so that you can't load a DSPHLE state if you're using LLE, and vice versa 2025-08-13 02:16:25 +02:00
DSi_AES.cpp Load Tad key into DSi AES engine (#2252) 2025-06-22 16:29:20 +02:00
DSi_AES.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_Camera.cpp camera: misc fix 2025-07-08 16:04:17 +02:00
DSi_Camera.h camera: misc fix 2025-07-08 16:04:17 +02:00
DSi_DSP.cpp lay base for DSP HLE savestate... and immediately hit a problem 2025-08-13 03:02:55 +02:00
DSi_DSP.h lay base for DSP HLE savestate... and immediately hit a problem 2025-08-13 03:02:55 +02:00
DSi_I2C.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_I2C.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_I2S.cpp also add mic stuff 2025-08-13 03:16:52 +02:00
DSi_I2S.h remove a bunch of cruft 2025-08-11 01:35:11 +02:00
DSi_NAND.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_NAND.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_NDMA.cpp * add debounce to mic on/off controls (to deal with stupid code) 2025-08-11 11:58:09 +02:00
DSi_NDMA.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_NWifi.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_NWifi.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
DSi_SD.cpp add Platform interface for AAC, and make the code nicer 2025-07-31 01:16:55 +02:00
DSi_SD.h add Platform interface for AAC, and make the code nicer 2025-07-31 01:16:55 +02:00
DSi_SPI_TSC.cpp remove a bunch of cruft 2025-08-11 01:35:11 +02:00
DSi_SPI_TSC.h remove a bunch of cruft 2025-08-11 01:35:11 +02:00
DSi_TMD.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
FATIO.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
FATIO.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
FATStorage.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
FATStorage.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
FIFO.h begin reworking mic stuff. still WIP. 2025-08-10 18:48:18 +02:00
FreeBIOS.cpp FreeBIOS: Ensure upper 16 bits are cleared in the initial crc16 value. 2023-12-06 16:51:22 +01:00
FreeBIOS.h Refactor how save data (including SD cards) is initialized (#1898) 2023-12-04 17:57:22 +01:00
GBACart.cpp Don't return 0 when attempting to read from the GPA GPIO addresses with GPIO disabled (#2266) 2025-06-23 08:32:17 +02:00
GBACart.h Slot-2 Motion Pak, Guitar Grip emulation (#2183) 2025-06-22 16:30:01 +02:00
GBACartMotionPak.cpp Slot-2 Motion Pak, Guitar Grip emulation (#2183) 2025-06-22 16:30:01 +02:00
GPU.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU2D.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU2D.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU2D_Soft.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU2D_Soft.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D.cpp small fix to translucency flag assignment (#2301) 2025-06-15 19:24:42 +02:00
GPU3D.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_Compute.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_Compute.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_Compute_shaders.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_OpenGL.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_OpenGL.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_OpenGL_shaders.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_Soft.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_Soft.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU3D_Texcache.cpp handle address wrap around in texture cache 2024-10-27 23:32:05 +01:00
GPU3D_Texcache.h handle address wrap around in texture cache 2024-10-27 23:32:05 +01:00
GPU3D_TexcacheOpenGL.cpp Compute shader renderer (#2041) 2024-05-13 17:17:39 +02:00
GPU3D_TexcacheOpenGL.h Compute shader renderer (#2041) 2024-05-13 17:17:39 +02:00
GPU_OpenGL.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU_OpenGL.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
GPU_OpenGL_shaders.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
JitBlock.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
MemConstants.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
MemRegion.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Mic.cpp also add mic stuff 2025-08-13 03:16:52 +02:00
Mic.h * add debounce to mic on/off controls (to deal with stupid code) 2025-08-11 11:58:09 +02:00
NDS.cpp add basic system to savestates so that you can't load a DSPHLE state if you're using LLE, and vice versa 2025-08-13 02:16:25 +02:00
NDS.h add Teakra state to savestate (and fix a bug that broke it) 2025-08-13 15:17:03 +02:00
NDSCart.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
NDSCart.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
NDSCartR4.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
NDS_Header.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
NonStupidBitfield.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
OpenGLSupport.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
OpenGLSupport.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Platform.h lay base for new mic interface 2025-08-08 00:28:29 +02:00
PlatformOGL.h Allow frontends to use different headers for OpenGL declarations (#2102) 2024-07-21 17:02:31 +02:00
ROMList.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
ROMList.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
RTC.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
RTC.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
SPI.cpp remove a bunch of cruft 2025-08-11 01:35:11 +02:00
SPI.h remove a bunch of cruft 2025-08-11 01:35:11 +02:00
SPI_Firmware.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
SPI_Firmware.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
SPU.cpp add new I2S state and related shit to savestate 2025-08-13 03:10:27 +02:00
SPU.h add support for POWCNT2 bit0 while we're at it (disables NITRO mixer output) 2025-08-07 21:43:10 +02:00
Savestate.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Savestate.h add basic system to savestates so that you can't load a DSPHLE state if you're using LLE, and vice versa 2025-08-13 02:16:25 +02:00
TinyVector.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Utils.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Utils.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Wifi.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
Wifi.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
WifiAP.cpp update copyright headers (about time) 2025-05-27 00:31:37 +02:00
WifiAP.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
melonDLDI.h melonDLDI: add support for unaligned I/O 2025-05-27 00:55:12 +02:00
types.h update copyright headers (about time) 2025-05-27 00:31:37 +02:00
version.h.in update copyright headers (about time) 2025-05-27 00:31:37 +02:00