This project is mirrored from https://*****@github.com/libretro/melonDS.git.
Pull mirroring updated .
- 13 Feb, 2017 1 commit
-
-
StapleButter authored
* proper SwapBuffers implementation * fix polygon clipping * misc fixes
-
- 11 Feb, 2017 2 commits
-
-
StapleButter authored
has yet to be checked for whether it's accurate, optimized, etc...
-
StapleButter authored
it can draw non-strip polygons, filled with a fixed color. oh and it doesn't work if they're facing back.
-
- 10 Feb, 2017 3 commits
-
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
ARM: Fix out of bounds array indexing in RestoreCPSR
-
- 09 Feb, 2017 2 commits
-
-
Lioncash authored
-
StapleButter authored
it doesn't do much, but hey, it's a start.
-
- 08 Feb, 2017 1 commit
-
-
StapleButter authored
* GXFIFO DMA (note: Mario Slam Basketball keeps overflowing the FIFO for whatever reason, probably lack of proper DMA timings) * start implementing matrix shit
-
- 07 Feb, 2017 4 commits
-
-
StapleButter authored
-
StapleButter authored
also make ROM loading fail gracefully if it shits itself, instead of entering an endless loop.
-
StapleButter authored
-
StapleButter authored
* add failure reporting to Init functions, and DeInit functions * GPU-related notes * readme update
-
- 05 Feb, 2017 6 commits
-
-
StapleButter authored
calling GetDC() over and over again isn't a good idea.
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
TODO: check if it also happens with Flash also fix shit that could have later turned into memory leaks
-
StapleButter authored
(noting that Super Princess Peach reads from the BIOS. probably a bug)
-
StapleButter authored
* fix cart DMA for ARM9.
-
- 03 Feb, 2017 7 commits
-
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
* VBlank and HBlank DMA.
-
StapleButter authored
better save support. not hardcoded filename, support for non-tiny EEPROM and Flash, attempt at autodetecting the right memory type.
-
- 02 Feb, 2017 1 commit
-
-
StapleButter authored
-
- 01 Feb, 2017 7 commits
-
-
StapleButter authored
-
StapleButter authored
256-color mode for text BGs.
-
StapleButter authored
silence some logging for 3D GPU writes.
-
StapleButter authored
* add main RAM mirror at 0x02800000 for ARM7.
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
don't unmap VRAM in cases of overlaps. fixes NSMB minigames, for now.
-
- 31 Jan, 2017 6 commits
-
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
-
StapleButter authored
* implement the last missing instructions. QADD is not good according to ARMWrestler, but it doesn't make sense. TODO: investigate. * buttons A and B * silence 'unknown IO write' for 3D GPU ports
-
StapleButter authored
* refine some SPI code, too. mostly removing a useless function. * support 16bit accesses to DMAxCNT registers.
-
StapleButter authored
* add support for mode 5
-