gpu_neon: reserved bpp is 16bpp, not 4bpp
[pcsx_rearmed.git] / libpcsxcore /
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 notazdrc: possibly the missing piece for Vita
2022-01-22 notazdrc: align size passed to mprotect
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 notazdrc: always clear full decoded_insn
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-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-13 AutechreMerge pull request #564 from jdorigao/rpi1
2021-10-10 gameblablaGTE stalls/timings
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-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 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 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 gameblablaRewrite GPU bios functions according to OpenBIOS.
2021-08-21 gameblablaProperly protect the HLE instructions against corrupted...
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-18 AutechreMerge pull request #538 from gameblabla/fix_cdom_savestate
2021-08-17 gameblablamdec.cpp: Dare to set MDEC_BIAS to 10
2021-08-17 gameblablaFix save state compatibility that was broken by my...
2021-08-17 AutechreMerge pull request #537 from embercold/warningless...
2021-08-17 Ember ColdSort out compiler warnings, all of them
2021-08-16 AutechreMerge pull request #536 from gameblabla/cdrom_fixes
2021-08-16 gameblablaCDRom timings changes
2021-07-21 AutechreMerge pull request #530 from embercold/fix-div-insn
2021-07-21 Ember ColdHandle DIV overflow in lightrec and the interpreter
2021-07-08 AutechreMerge pull request #529 from negativeExponent/nodebugger
2021-07-07 negativeExponentDo not compile debugger codes by default
2021-05-11 AutechreMerge pull request #517 from negativeExponent/input
2021-05-11 AutechreMerge pull request #516 from negativeExponent/vfs
2021-05-06 negativeExponentFix reporting for connected or unconnected inputs
2021-05-01 negativeExponentAdd libretro VFS and use VFS for windows target
2021-04-20 AutechreMerge pull request #511 from negativeExponent/updates
2021-04-20 negativeExponentSelectively replace fopen() with fopen_utf8()
2020-11-04 AutechreMerge pull request #473 from negativeExponent/chd_image...
2020-11-04 negativeExponentCHD: Support for precache mode CD access method
2020-11-01 AutechreMerge pull request #471 from aliaspider/master
2020-11-01 aliaspiderfix chd track info parsing.
2020-10-31 AutechreMerge pull request #470 from negativeExponent/pads
next