melonDS/src
StapleButter 502d8c3fa0 avoid potential crash with EmuDirectory if we somehow got no argv or an empty path 2018-12-16 00:38:10 +01:00
..
libui_sdl avoid potential crash with EmuDirectory if we somehow got no argv or an empty path 2018-12-16 00:38:10 +01:00
pcap start work on libpcap shit 2017-12-17 17:21:50 +01:00
ARM.cpp add missing shit to savestates. bump the version up. 2018-12-11 21:50:28 +01:00
ARM.h more sensible cache timings 2018-12-11 17:59:52 +01:00
ARMInterpreter.cpp make this other branch where we're going to actually make it usable 2018-12-08 20:27:00 +01:00
ARMInterpreter.h fixor copyright years. 2018-09-15 02:32:13 +02:00
ARMInterpreter_ALU.cpp add nocashPrint type shit 2018-12-12 02:48:37 +01:00
ARMInterpreter_ALU.h fixor copyright years. 2018-09-15 02:32:13 +02:00
ARMInterpreter_Branch.cpp begin work on general timing renovation. way shitty because it behaves as if caches were off, so everything will be slow as shit. 2018-12-04 17:54:10 +01:00
ARMInterpreter_Branch.h fixor copyright years. 2018-09-15 02:32:13 +02:00
ARMInterpreter_LoadStore.cpp take it somewhere. 2018-12-09 01:17:05 +01:00
ARMInterpreter_LoadStore.h fixor copyright years. 2018-09-15 02:32:13 +02:00
ARM_InstrTable.h fixor copyright years. 2018-09-15 02:32:13 +02:00
CP15.cpp avoid potential crash with EmuDirectory if we somehow got no argv or an empty path 2018-12-16 00:38:10 +01:00
CRC32.cpp blarg. 2018-12-11 19:16:19 +01:00
CRC32.h add CRC32 shit 2018-12-11 19:10:57 +01:00
Config.cpp Merge pull request #285 from abcdjdj/limit_fps 2018-12-15 00:38:35 +01:00
Config.h Merge pull request #285 from abcdjdj/limit_fps 2018-12-15 00:38:35 +01:00
DMA.cpp finish the work on the main loop. finally fix all cases of desync I could find. also add #ifdef'd debug code to check for desyncs. 2018-12-11 15:56:34 +01:00
DMA.h temp commit 2018-12-11 03:08:46 +01:00
FIFO.h GPU done 2018-10-18 02:31:01 +02:00
GPU.cpp finish the work on the main loop. finally fix all cases of desync I could find. also add #ifdef'd debug code to check for desyncs. 2018-12-11 15:56:34 +01:00
GPU.h fix code that would have fucking asploded 2018-10-18 01:38:33 +02:00
GPU2D.cpp 2D: blending cases that bypass the BLDCNT first-target check (semitransp sprite, 3D layer) also bypass the window 'color effect enable' check. 2018-12-13 19:21:03 +01:00
GPU2D.h revise windows to be even closer to hardware. 2018-11-25 19:13:23 +01:00
GPU3D.cpp GX: timing for command 0x50 is more like 325 cycles on average on hardware. (measured 319/325/331) 2018-12-15 13:33:44 +01:00
GPU3D.h add proper support for GXFIFO stalls. 2018-11-23 22:21:41 +01:00
GPU3D_Soft.cpp 3D: in Z-buffering mode, margin for 'equal' depth test mode is +-0x200, not +-0xFF 2018-12-13 22:46:12 +01:00
NDS.cpp proof-of-concept code for closing/opening lid. 2018-12-14 02:36:57 +01:00
NDS.h proof-of-concept code for closing/opening lid. 2018-12-14 02:36:57 +01:00
NDSCart.cpp start work on NAND shito. 2018-12-12 20:59:08 +01:00
NDSCart.h separate SRAM setting coded, I guess 2018-10-24 00:24:36 +02:00
Platform.h fixor copyright years. 2018-09-15 02:32:13 +02:00
RTC.cpp RTC done. misc shito. 2018-10-18 03:04:39 +02:00
RTC.h RTC done. misc shito. 2018-10-18 03:04:39 +02:00
SPI.cpp finalize microphone code (hooked to all settings etc) 2018-12-14 05:15:57 +01:00
SPI.h preliminary microphone code. requires an actual microphone. resulting audio is farty and blargy as fuck. 2018-12-12 16:33:40 +01:00
SPU.cpp libui/GTK: remember directory in which the latest loaded ROM was, point file picker to it. behavior under Windows will likely stay unchanged as the Windows file picker already does that. 2018-12-14 22:03:34 +01:00
SPU.h SPU: 2018-12-14 00:14:06 +01:00
Savestate.cpp * start coding UI shito for savestates 2018-10-23 19:57:01 +02:00
Savestate.h add missing shit to savestates. bump the version up. 2018-12-11 21:50:28 +01:00
Wifi.cpp aight, wifi done 2018-10-18 03:22:53 +02:00
Wifi.h aight, wifi done 2018-10-18 03:22:53 +02:00
WifiAP.cpp fixor copyright years. 2018-09-15 02:32:13 +02:00
WifiAP.h fixor copyright years. 2018-09-15 02:32:13 +02:00
melon_fopen.cpp re-blarg. linux doesn't take \ you idiot 2018-12-11 22:17:49 +01:00
melon_fopen.h move config-file seeking code to its own thing. 2018-12-11 21:34:05 +01:00
types.h fixor copyright years. 2018-09-15 02:32:13 +02:00
version.h use melon_fopen_local() for romlist.bin. 2018-12-11 21:52:21 +01:00