aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
AgeCommit message (Expand)Author
2020-02-21Fix second instance runahead without breaking resetZachary Cook
2020-02-21Revert "Use a more lightweight reset method for lightrec"twinaphex
2020-02-19Use a more lightweight reset method for lightrecZachary Cook
2020-02-18Add fallback addresses so second instance runahead can workZachary Cook
2020-02-12Buildfixtwinaphex
2020-02-12gte_neon: fix compile under clang's assemblernotaz
2020-02-09(Android) Aarch64/x86/x64 now has lightrec supporttwinaphex
2020-02-09Buildfix for LLVMtwinaphex
2020-02-09Update psxmem.cTwinaphex
2020-02-08License this MIT - should be compatible with everythingtwinaphex
2020-02-08Merge pull request #377 from pcercuei/libretroTwinaphex
2020-02-08cdrom: add missing BCD->int convert in cdrFreeze()Daniel Silsby
2020-02-08Add support for the Lightrec dynarecPaul Cercueil
2020-02-08pcsxmem: mmap RAM/BIOS/scratchpad to better locationsPaul Cercueil
2019-12-16Merge pull request #370 from negativeExponent/switchTwinaphex
2019-12-17Update psxbios.cnegativeExponent
2019-12-16Merge pull request #369 from negativeExponent/switchTwinaphex
2019-12-17UpdatenegativeExponent
2019-10-24Merge pull request #351 from SindenLightgun/masterTwinaphex
2019-10-24sbi support for multidisc pbpSakitoshi
2019-09-14Adding Guncon support for mouse based lightgunsSindenLightgun
2019-08-03Silence a few more warningsretro-wertz
2019-08-03HLE BIOS: Fix corrupted memory card savesretro-wertz
2019-08-03psxbios.c: Cleanup buopen()retro-wertz
2019-08-03Fix region detection for Wild Armsretro-wertz
2019-08-03Silence warning -Wstringop-truncationretro-wertz
2019-08-03Silence warning -Wformat-overflowretro-wertz
2019-08-02Sanitize Loaded CD image string in logretro-wertz
2019-08-02Silence warning about misleading indentretro-wertz
2019-08-02Rename PACKAGE_VERSION to PCSX_VERSIONretro-wertz
2019-07-29HLE: Merge HLE BIOS improvements from upstreamretro-wertz
2019-07-29psxhle.c: Silence logging when using HLE biosretro-wertz
2019-07-24Merge pull request #137 from gameblabla/hlenotaz
2019-07-22psxbios: Don't accept 400h as a valid sector.gameblabla
2019-07-22psxbios: Properly fix garbage area code.gameblabla
2019-07-21psxbios: Fixup mistake in card_info function.gameblabla
2019-07-21psxbios: Return value is always 1 for CloseTh and ChangeTh.gameblabla
2019-07-21psxbios: Add checks for memchr.gameblabla
2019-07-21psxbios: Some games read from address 0, fix that.gameblabla
2019-07-21psxbios: Implement get_cd_status stub according to nocash doc.gameblabla
2019-07-21psxbios: Make HLE bios start from block 1, not 2.gameblabla
2019-07-21psxbios: Fix card_status function as to use card_active_chan.gameblabla
2019-07-21psxbios: Merge interrupt_r26 fix from PCSX4ALL.gameblabla
2019-07-21psxbios: Do the same for heap_size.gameblabla
2019-07-21psxbios : Use bfreezel for pad_stopped instead of setting it to 0.gameblabla
2019-07-21psxbios : Implement stub for wait_card.gameblabla
2019-07-21psxbios : Fix a few mistakes :gameblabla
2019-07-18psxbios: Add note and update copyright.gameblabla
2019-07-18psxbios: Merge heap fix from PCSX4ALL.gameblabla
2019-07-18psxbios: Init some vars just to be sure.gameblabla