summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07Small optimization (~2-4%) and whitespace cleanup!David Guillen Fandos
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-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-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-02Add function decorators for easier debugging / profilingDavid Guillen Fandos
2021-03-30Improve indirect jumps in ARMDavid Guillen Fandos
2021-03-30Improve ARM store handlersDavid Guillen Fandos
2021-03-27Add CROSS_COMPILE rulestwinaphex
2021-03-27Merge pull request #120 from davidgfnet/masterAutechre
2021-03-26Fix 16 bit RAM stores (VRAM and OAM) in ARMDavid Guillen Fandos
2021-03-26Improve ARM store accessesDavid Guillen Fandos
2021-03-26Move OAM RAM to stubs alsoDavid Guillen Fandos
2021-03-26Move OAM update flag to a registerDavid Guillen Fandos
2021-03-26Merge pull request #119 from jdgleaver/dingux-beta-fixAutechre
2021-03-26Fix OpenDingux Beta buildjdgleaver
2021-03-25Add od-betatwinaphex
2021-03-23Merge pull request #118 from davidgfnet/masterAutechre
2021-03-23Move caches to stub files to get around gcc 10David Guillen Fandos
2021-03-23Merge pull request #117 from davidgfnet/asmfixes2Autechre
2021-03-23Make ewram memory linealDavid Guillen Fandos
2021-03-23Merge pull request #116 from davidgfnet/masterAutechre
2021-03-23Export double symbol to cover Win but also Apple compilersDavid Guillen Fandos
2021-03-22Merge pull request #115 from davidgfnet/masterAutechre