aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
AgeCommit message (Expand)Author
2020-08-03Add debug-level log functionnegativeExponent
2020-05-23Silence some warningsnegativeExponent
2020-05-21Update Lightrec APInegativeExponent
2020-05-10More core option fixesnegativeExponent
2020-04-26cdriso: fix a disk switching deadlockcmitu
2020-02-25Add async CD accessJustin Weiss
2020-02-24Fix dynarec crashes on 3DSJustin Weiss
2020-02-24Merge pull request #389 from notaz/masterTwinaphex
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-12Replace existing gte_divider with MAME's versionPaul Cercueil
2020-02-12Buildfixtwinaphex
2020-02-12gte_neon: fix compile under clang's assemblernotaz
2020-02-12add some missing license headersnotaz
2020-02-12gte_neon: fix compile under clang's assemblernotaz
2020-02-11License these files as MITtwinaphex
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-11-12cdrom: add missing BCD->int convert in cdrFreeze()Daniel Silsby
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-03Fix corrupted memory card saves when using HLEretro-wertz
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