pcsx_rearmed.git
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...
2021-10-23 gameblablaMerge pull request #571 from gameblabla/cdrom_audio_fix...
2021-10-23 gameblablaHack fix for CDROM timings regression (Castlevania...
2021-10-14 AutechreMerge pull request #572 from gameblabla/cd_volume_fix_lib
2021-10-13 AutechreMerge pull request #564 from jdorigao/rpi1
2021-10-13 gameblablaFix CD Volume issue in Star Wars Dark Forces
2021-10-10 gameblablaGTE stalls/timings
2021-10-10 AutechreMerge pull request #570 from Sanaki/drop_ps3
2021-10-10 SanakiRevert "libretro: Add support for ps1_rom.bin (PS3...
2021-10-06 gameblablaMerge pull request #567 from gameblabla/fix_minor_close_iso
2021-10-06 gameblablaFix minor issue when closing ISO.
2021-10-05 gameblablaMerge pull request #566 from gameblabla/neon_fix_libretro
2021-10-05 gameblablaAlways look up verify_dirty literals from offsets by...
2021-10-05 Juliano DorigãoAdded rpi1 to makefile
2021-10-04 twinaphexdrflac - assume DRFLAC_NO_STDIO by default
2021-10-02 gameblablaMerge pull request #563 from gameblabla/remove_junk
2021-10-02 gameblablaRemove junk files and fix regression in icache mode...
2021-10-02 gameblablaMerge pull request #562 from gameblabla/cdrom_fixes_lib...
2021-10-02 gameblablaRevert some changes as they were not tested or are...
2021-10-02 gameblablaMerge pull request #545 from gameblabla/icache_emulation
2021-10-02 gameblablaFix comment to be more precise about lightrec's status.
2021-10-02 gameblablaCulling off cache bits from the hardware addresses.
2021-10-02 gameblablaInterpreter fixes for BREAK and a few other instructions.
2021-10-02 gameblabla[Interpreter] Link even if branch is not taken in BGEZA...
2021-10-02 gameblablaOpenBus changes from PCSX-Redux
2021-10-02 gameblablaMerge Icache emulation from PCSX Redux + Senquack chang...
2021-10-02 gameblablaMerge pull request #552 from libretro/fp_fix_libretro
2021-10-02 gameblablaMerge pull request #561 from gameblabla/sony_armored_fi...
2021-10-02 gameblablaFix for Armored Core misdetecting a Link cable being...
2021-09-25 gameblablaUpdate custom-issue-report.md
2021-09-25 gameblablaMerge pull request #559 from gameblabla/cdrom_various_fixes
2021-09-25 gameblablaUse the "magic numbers" from Duckstation for CDLPause
2021-09-25 gameblablaFix CdlGetTD according to Mednafen's implementation.
2021-09-25 gameblablaCdlGetmode is GetParam, fix it according to Mednafen...
2021-09-25 gameblablaDon't throw an error for CdlGetQ.
2021-09-25 gameblablaImprove SetLoc CDROM command from Duckstation
2021-09-25 gameblablaCdlSync should be NULL and return an error.
2021-09-25 gameblablaImplement fix from Mednafen for Fantastic Pinball Kyuut...
2021-09-25 gameblablaMerge pull request #558 from gameblabla/cdrom_fixes_lib...
2021-09-25 gameblablaMerge several fixes from PCSX Redux and adjust delay...
2021-09-25 gameblablaFix regression caused by #9361a5aa4fef73e06bc78b7c462eb...
2021-08-25 gameblablaMerge pull request #553 from gameblabla/football_fix_li...
2021-08-25 gameblablaCDROM: Rename Reset+Init commands, fix "This is Footbal...
2021-08-25 gameblablaProperly fix the extern to const void instead of just...
2021-08-25 gameblablaMerge pull request #551 from gameblabla/hle_compil
2021-08-25 gameblablaFix broken HLE PR.
2021-08-25 gameblablaMerge pull request #543 from gameblabla/hle_fies_corrup...
2021-08-22 gameblablaMerge pull request #547 from gameblabla/blues_clues_fix...
2021-08-22 gameblablaCDROM: Ignore sectors with channel number 255
2021-08-21 AutechreMerge pull request #544 from gameblabla/gpu_hle_rewrite...
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
2021-08-21 AutechreMerge pull request #541 from gameblabla/spu_fix_libretro
2021-08-21 gameblablaRewrite GPU bios functions according to OpenBIOS.
2021-08-21 gameblablaProperly protect the HLE instructions against corrupted...
2021-08-21 gameblablaFixes Diablo 1 SPU bug properly and remove Diablo hack.
2021-08-19 AutechreMerge pull request #539 from gameblabla/spustate_regist...
2021-08-19 AutechreMerge pull request #540 from gameblabla/gte_senquack_fi...
2021-08-19 gameblablagte: Fix gteH division and sign extension (from PCSX4ALL)
2021-08-19 gameblabla[SPU] Emulate SPUSTAT[5:0] as a mirror of SPUCNT[5:0]
2021-08-18 AutechreMerge pull request #538 from gameblabla/fix_cdom_savestate
2021-08-17 gameblablamdec.cpp: Dare to set MDEC_BIAS to 10
next