aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
AgeCommit message (Collapse)Author
2014-12-20psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32twinaphex
Conflicts: Makefile.libretro
2014-12-20psxcounters: don't do many spu updatesnotaz
not needed with new sync code
2014-12-20spu: rework synchronizationnotaz
2014-12-20spu: add a schedule callbacknotaz
2014-12-20psxinterpreter: don't break strict aliasing rulesnotaz
2014-12-06misc: length is unsignednotaz
2014-12-06misc: don't succeed on trash inputnotaz
2014-12-06psxmem: remove hard requirement for a mappingnotaz
not all platforms have 1f800000 free not all mmap implementations use the addr hint..
2013-12-22(iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c.meancoot
2013-11-04psxbios: fix NULL use warnings on newer GCCsnotaz
2013-06-05drc: add a test to catch broken platforms earlynotaz
2013-06-05psxmem: handle map failures so that it can be retriednotaz
2013-06-04cdriso: log file open errorsnotaz
2013-05-26cdriso: make sure to open correct file for cddanotaz
2013-05-26cdriso: use correct buffer in .toc checknotaz
2013-04-05don't rely on unsigned char on armnotaz
2013-04-05cdriso: look for data files if other one is selectednotaz
2013-04-05cdriso: prefer .toc over .cuenotaz
as .toc has subchannel flags
2013-04-03drc: fix a bug made during UAL conversionnotaz
2013-04-02drc: handle more calling conventionsnotaz
2013-04-02drc/psx_gpu: handle more calling conventionsnotaz
2013-04-02avoid MAP_FIXED, log mappingsnotaz
MAP_FIXED overrides existing mappings, we don't want that
2013-04-01asm: fix incorrect offsetsnotaz
2013-04-01libretro/ios: enable dynarec, update target namesnotaz
2013-04-01drc: convert linkage_arm to UAL, adjust loadsnotaz
2013-04-01fix clang warningsnotaz
2013-04-01drc: use print wrapper to output errorsnotaz
..for platforms without working printf
2013-04-01gte_neon: access scratch_buf through drc contextnotaz
2013-04-01drc: rework linkage_arm for better assembler compatibilitynotaz
2013-03-25asm: use a macro for functionsnotaz
2013-03-25gte: be friendly to more assemblersnotaz
2013-03-25Add missing ifdef, move QNX RAM mapping closer to othersCatalystG
2013-03-25Add support for PlayBook/BB10 with libretroCatalystG
2013-03-17drc: timing hacksnotaz
run tiny loops faster, no store penalty
2013-03-15cdriso: handle no disk state betternotaz
2013-03-15Fix PSX unmap issue causing crash on exitCatalystG
2013-03-15cdrom: stopping read should stop seek toonotaz
2013-03-15cdrom: use single read/play cursor, handle cdlRead for cddanotaz
cdlRead on cdda tested on real hardware
2013-03-15psxmem: handle io mirrorsnotaz
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I
2013-03-15psxbios: merge from pcsxrnotaz
ckain's overflow fix (patch 13685)
2013-01-28ange how no memcards are specifiednotaz
empty string now just means "don't save/load"
2013-01-28psxmem: try to choose mem addresses more carefullynotaz
2013-01-28merge minor fixes from pcsxrnotaz
my own code..
2013-01-28cdriso: merge cdda code from pcsxrnotaz
my own code..
2013-01-18psxbios: handle u modifiernotaz
2013-01-18cdrom: move more handling to cdrInterruptnotaz
2013-01-18cdrom: cleanup, support errors, improve timingnotaz
most changes verified on real thing
2013-01-18cdrom: rewrite lid codenotaz
based on tests on real hardware
2013-01-13cdrom: some swap cd tuningnotaz
because last commit removed wrong read stop
2013-01-13cdrom: remove stopping on TNnotaz
breaks N2O, does not make sense too