pcsx_rearmed.git
2022-04-08 Paul Cercueilgit subrepo pull --force deps/lightrec
2022-04-08 Paul Cercueilgit subrepo pull --force deps/lightning
2022-04-08 Paul Cercueillightning: Update to my own repository
2022-04-05 notazdrc: prevent people from using lightrec on arm
2022-04-01 AutechreMerge pull request #638 from CometHunter92/fix_menu_skip
2022-04-01 CometHunter92Update libretro_core_options.h
2022-04-01 CometHunter92fixes core options getting crazy if coming from a previ...
2022-03-30 AutechreMerge pull request #637 from jSTE0/itempo-fix
2022-03-29 jSTE0frontend: Disable iTempo
2022-03-29 AutechreMerge pull request #636 from neonloop/autoframeskip_updates
2022-03-29 neonloopUpdates auto-frameskip
2022-03-28 AutechreMerge pull request #634 from libretro/revert-633-revert...
2022-03-28 AutechreRevert "Revert "Adds auto frameskip based on free audio...
2022-03-27 AutechreMerge pull request #633 from libretro/revert-631-autofr...
2022-03-27 AutechreRevert "Adds auto frameskip based on free audio buffer...
2022-03-23 AutechreMerge pull request #631 from neonloop/autoframeskip
2022-03-23 AutechreMerge pull request #630 from jSTE0/fix-spu-defaults
2022-03-23 neonloopAdds auto frameskip based on free audio buffer space
2022-03-21 jSTE0Fix SPU defaults for pre-ARMv7 CPUs
2022-03-19 AutechreMerge pull request #629 from jSTE0/miyoo-platform
2022-03-19 jSTE0platforms: Add Miyoo target
2022-03-13 notazcdriso: handle chd subchannels, when available
2022-03-01 notazdrc: fix some wrong inv address calculations
2022-02-26 notazunbreak nodynarec build
2022-02-26 notazdrc: try to avoid some block trapping
2022-02-26 notazdrc: rework jump_out lists
2022-02-26 notazdrc: rework expire code
2022-02-26 notazdrc: more precise invalidation checking for the invstub...
2022-02-26 notazdrc: rework block tracking
2022-02-26 notazdrc: get rid of SPAN
2022-02-26 notazdrc: restore all block entry points at once
2022-02-26 notazdrc: don't delay block restoration
2022-02-25 AutechreMerge pull request #619 from pcercuei/update-lightrec...
2022-02-24 Paul Cercueilgit subrepo pull --force deps/lightrec
2022-02-24 AutechreMerge pull request #618 from pcercuei/update-lightrec...
2022-02-24 Paul CercueilWin32: Add symlink to fake <sys/mman.h>
2022-02-24 Paul CercueilAndroid.mk: Add missing include paths
2022-02-24 Paul Cercueilgit subrepo pull --force deps/lightrec
2022-02-24 AutechreMerge pull request #616 from pcercuei/update-lightrec...
2022-02-22 Paul CercueilAdd missing lightning.h include file
2022-02-22 AutechreMerge pull request #615 from pcercuei/update-lightrec...
2022-02-21 Paul Cercueillightrec: Update to latest Lightrec API
2022-02-21 Paul Cercueillightrec: Add custom lightrec-config.h
2022-02-21 Paul Cercueilgit subrepo pull --force deps/lightrec
2022-02-20 Paul Cercueilgit subrepo pull --force deps/lightning
2022-02-20 Paul CercueilFix GTE directly referencing psxRegs
2022-02-17 notazRevert "clear Index0 data FIFO flag (#241)"
2022-02-15 notazdrc: try not to end the block prematurely
2022-02-15 notazpsxinterpreter: unbreak load delay handling
2022-02-12 notazdrc: add a clock override for Super Robot Taisen Alpha
2022-02-12 notazrevive standalone build
2022-02-07 notazdrc: try to make some passes not as slow, part 2
2022-02-07 notazdrc: put passes in their own functions
2022-02-07 notazdrc: try to make some passes not as slow
2022-02-07 notazdrc: use optimized get_reg
2022-02-07 notazdrc: rm unneeded &63 masking
2022-02-07 gameblablaclear Index0 data FIFO flag (#241)
2022-02-04 gameblablaMerge pull request #609 from gameblabla/fixtypocdrom
2022-02-04 gameblablaFix typo for DOA pause resume fix.
2022-02-01 notazgpu_neon: fix apparent missing msb setting in blend_blo...
2022-02-01 notazgpu_neon: reserved bpp is 16bpp, not 4bpp
2022-01-30 notazdrc: don't abort on game crash
2022-01-29 notazdrc: add apparently missing ROREG loading
2022-01-29 notazdrc: some more debug logging
2022-01-29 notazMerge pull request #598 from pcercuei/lightrec_events
2022-01-29 Paul Cercueillightrec: Run dynarec until next interrupt
2022-01-28 notazdrc: add seemingly missing double-alloc check
2022-01-28 notazdrc: clear dirty flag when deallocating a reg
2022-01-28 notazdrc: init some variables, adjust comments
2022-01-28 notazdrc: emulate break opcode
2022-01-28 notazdrc: don't cache psxRegs.interrupt
2022-01-24 Paul Cercueillightrec: Factorize memhandler state restore into a...
2022-01-24 notazdrc: another hack to try to get Vita to work
2022-01-23 notazdrc: a bit more sophisticated f1 hack
2022-01-23 notazalways describe to get git hash in log messages
2022-01-23 notazvita: add a seemingly missing include
2022-01-23 notazdrc: possibly the missing piece for Vita
2022-01-22 notazdrc: align size passed to mprotect
2022-01-22 notazspu: try to eliminate some cdda clicks/pops
2022-01-22 notazspu: save/restore decode_pos
2022-01-22 notazcdrom: play cdda regardless of report mode
2021-12-21 AutechreMerge pull request #587 from notaz/libretro_drc_fixes2
2021-12-14 notazlibretro: bump version for dynarec fixes
2021-12-14 notazdrc: always clear full decoded_insn
2021-12-14 notazminor cleanup
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-12-14 notazdrc: reapply some libretro changes
2021-12-14 AutechreMerge pull request #586 from notaz/libretro_overwrite_drc
2021-12-14 notazoverwrite dynarec related code with upstream version
2021-11-10 gameblablaMerge pull request #579 from gameblabla/pio_writes_sen_lib
2021-11-10 gameblablapsxmem: Writes to PIO Expansion area have no effect.
2021-11-10 gameblablaMerge pull request #578 from gameblabla/counters_lib
2021-11-10 gameblablaOne more on odd lines for PAL HSYNC
2021-11-10 gameblablaMerge pull request #576 from gameblabla/cdrom_regressio...
2021-11-10 gameblablaMerge pull request #577 from gameblabla/cdrom_setloc_lib
2021-11-10 gameblablaMove CdlSetLoc to CdrInterrupt and return invalid arg...
2021-11-10 gameblablaRemove CdlGetLocP hack
2021-11-02 AutechreMerge pull request #574 from rtissera/rpi3_64
2021-11-02 Romain TISSERANDAdd Raspberry Pi 3 64-bit target
2021-10-23 gameblablaMerge pull request #569 from gameblabla/gte_stalling_li...
next