summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-01Revert "Add ROM mirroring and fix mult. cycle count"HEADpico-feneonloop
2021-07-13Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-07-05Fix conditional ARM instructions at the end of a translation blockDavid Guillen Fandos
2021-07-03Revert "USB headphone detection"neonloop
2021-07-03Restores extract/extend functions for old ARM devicesneonloop
2021-07-03Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-07-01Add palette conversion routine for non-R2 MIPSDavid Guillen Fandos
2021-07-01Fix some UB behaviourDavid Guillen Fandos
2021-06-27Merge pull request #137 from davidgfnet/masterDavid G. F
2021-06-27Enable big-endian devices: gc/wiiDavid Guillen Fandos
2021-06-25Merge pull request #136 from davidgfnet/masterDavid G. F
2021-06-25Remove macros in dma codeDavid Guillen Fandos
2021-06-22Merge pull request #135 from davidgfnet/masterDavid G. F
2021-06-22Fix CI for OD betaDavid Guillen Fandos
2021-06-22Merge pull request #134 from davidgfnet/masterDavid G. F
2021-06-22Fix the no-caller-saves bug for MIPSDavid Guillen Fandos
2021-06-21Add support for mips64n32David Guillen Fandos
2021-06-18Add preliminary support for non mips32r2 devicesDavid Guillen Fandos
2021-06-16Rework patch handlers (MIPS)David Guillen Fandos
2021-06-16Minor cleanup in MIPS codeDavid Guillen Fandos
2021-06-09Update libretro.h with the new extensions from upstreamDavid Guillen Fandos
2021-06-09Cleanup unused stuffDavid Guillen Fandos
2021-05-20Minor mips asm cleanup and fixesDavid Guillen Fandos
2021-05-19Cleanup Makefiles a bitDavid Guillen Fandos
2021-05-19Minor optimizationDavid Guillen Fandos
2021-05-17Merge pull request #130 from jdgleaver/turbo-buttonsAutechre
2021-05-17Add turbo A/B buttonsjdgleaver
2021-05-17Add ROM mirroring and fix mult. cycle countDavid Guillen Fandos
2021-05-17Fix ARM dynarec unaligned 32 bit loadsDavid Guillen Fandos
2021-05-13Merge pull request #86 from jdgleaver/ff-buttonAutechre
2021-05-13Add dedicated RetroPad fast-forward buttonjdgleaver
2021-05-08Sets main_path correctly (thanks, eggs!)neonloop
2021-05-07Small optimization (~2-4%) and whitespace cleanup!David Guillen Fandos
2021-05-06Adds support for loading .zip filesneonloop
2021-05-05Fix aligned32 reads in interpreter modeDavid Guillen Fandos
2021-05-05Fix small buf and add cheat error messagesDavid Guillen Fandos
2021-05-05Adding Code Breaker cheat supportDavid Guillen Fandos
2021-05-05Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-05-05Revert "Remove BIOS reserved translation area"neonloop
2021-04-28Fix invalid memory map entriesnegativeExponent
2021-04-27Fix Vita port and likely some Linux/Android hidden issuesDavid Guillen Fandos
2021-04-26Fix RTC support for MIPSDavid Guillen Fandos
2021-04-19Restored older GBC_BASE_RATE to fix sound popping (thanks, eggs!)neonloop
2021-04-18USB headphone detectionneonloop
2021-04-09Include eggs' smoothness edits to drowsnug's upscalerneonloop
2021-04-04Fix palette writes in MIPSDavid Guillen Fandos
2021-04-03Do not use stack in mips stubsDavid Guillen Fandos
2021-04-03Add instruction tracing, for testing purposesDavid Guillen Fandos
2021-04-02Adds a "smooth subpixel" upscalerneonloop
2021-04-02Add function decorators for easier debugging / profilingDavid Guillen Fandos