Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-31 | gte_arm.S: Use ARMv6 if possible | gizmo98 | |
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. ssat, usat and sxth are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html | |||
2015-01-31 | assem_arm.c: Use ARMv6 instructions if possible | gizmo98 | |
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. uxth, sxth and sxtb are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html | |||
2015-01-03 | mingw build fixes | notaz | |
2014-12-25 | drc: more timing hacks | notaz | |
b6e87b2bc096 broke R-Type sound, try to recover.. also check PE2 | |||
2014-12-24 | cdrom: handle old savestates better | notaz | |
I still have to many of them and use them for testing.. | |||
2014-12-23 | drc: implement block addr list saving | notaz | |
should give better experience after savestate load | |||
2014-12-23 | drc: replace unused reg32 with new reg_sv_flags | notaz | |
2014-12-21 | psxbios: don't crash on negative length | notaz | |
Contra Legacy of War does memset(..., -1) | |||
2014-12-21 | misc: merge from pcsxr r91261,r91276 | notaz | |
Author: edgbla Small fixes. 11834, 11836 (Lioncash); | |||
2014-12-21 | cdriso: merge from pcsxr r90558 | notaz | |
Author: edgbla cdriso: cbn/cbin detection fix; | |||
2014-12-21 | psxbios: merge from pcsxr r90224-r90227 | notaz | |
Author: weimingzhi psxbios: format() | |||
2014-12-21 | misc: merge from pcsxr r86908 | notaz | |
Author: edgbla CdromId fix; | |||
2014-12-20 | psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32 | twinaphex | |
Conflicts: Makefile.libretro | |||
2014-12-20 | psxcounters: don't do many spu updates | notaz | |
not needed with new sync code | |||
2014-12-20 | spu: rework synchronization | notaz | |
2014-12-20 | spu: add a schedule callback | notaz | |
2014-12-20 | psxinterpreter: don't break strict aliasing rules | notaz | |
2014-12-06 | misc: length is unsigned | notaz | |
2014-12-06 | misc: don't succeed on trash input | notaz | |
2014-12-06 | psxmem: remove hard requirement for a mapping | notaz | |
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-04 | psxbios: fix NULL use warnings on newer GCCs | notaz | |
2013-06-05 | drc: add a test to catch broken platforms early | notaz | |
2013-06-05 | psxmem: handle map failures so that it can be retried | notaz | |
2013-06-04 | cdriso: log file open errors | notaz | |
2013-05-26 | cdriso: make sure to open correct file for cdda | notaz | |
2013-05-26 | cdriso: use correct buffer in .toc check | notaz | |
2013-04-05 | don't rely on unsigned char on arm | notaz | |
2013-04-05 | cdriso: look for data files if other one is selected | notaz | |
2013-04-05 | cdriso: prefer .toc over .cue | notaz | |
as .toc has subchannel flags | |||
2013-04-03 | drc: fix a bug made during UAL conversion | notaz | |
2013-04-02 | drc: handle more calling conventions | notaz | |
2013-04-02 | drc/psx_gpu: handle more calling conventions | notaz | |
2013-04-02 | avoid MAP_FIXED, log mappings | notaz | |
MAP_FIXED overrides existing mappings, we don't want that | |||
2013-04-01 | asm: fix incorrect offsets | notaz | |
2013-04-01 | libretro/ios: enable dynarec, update target names | notaz | |
2013-04-01 | drc: convert linkage_arm to UAL, adjust loads | notaz | |
2013-04-01 | fix clang warnings | notaz | |
2013-04-01 | drc: use print wrapper to output errors | notaz | |
..for platforms without working printf | |||
2013-04-01 | gte_neon: access scratch_buf through drc context | notaz | |
2013-04-01 | drc: rework linkage_arm for better assembler compatibility | notaz | |
2013-03-25 | asm: use a macro for functions | notaz | |
2013-03-25 | gte: be friendly to more assemblers | notaz | |
2013-03-25 | Add missing ifdef, move QNX RAM mapping closer to others | CatalystG | |
2013-03-25 | Add support for PlayBook/BB10 with libretro | CatalystG | |
2013-03-17 | drc: timing hacks | notaz | |
run tiny loops faster, no store penalty | |||
2013-03-15 | cdriso: handle no disk state better | notaz | |
2013-03-15 | Fix PSX unmap issue causing crash on exit | CatalystG | |
2013-03-15 | cdrom: stopping read should stop seek too | notaz | |
2013-03-15 | cdrom: use single read/play cursor, handle cdlRead for cdda | notaz | |
cdlRead on cdda tested on real hardware |