Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | don't use __ARM_ARCH_7A__ | notaz | |
github issue #68 | |||
2016-03-22 | Backport this - ↵ | twinaphex | |
https://github.com/jsonn/pkgsrc/commit/9d0d89dbc3ab94147676f296c61f977ee5ce5e36 | |||
2016-03-05 | large file support | notaz | |
not tested if it actually reads over 2GB | |||
2016-03-02 | Merge https://github.com/notaz/pcsx_rearmed | twinaphex | |
2016-02-28 | psxmem: use rounding that's more likely to work | notaz | |
2016-02-28 | drc: handle any immediate | notaz | |
2015-11-18 | enhance neGcon compatibility | phaseIV | |
2015-11-01 | Attempt to avod build errors for Mingw | twinaphex | |
2015-10-03 | (CTR/3DS) build fix. | aliaspider | |
2015-10-03 | (CTR/3DS) some performance tweaks: | aliaspider | |
- use linearAlloc for vout_buf. - use svcFlushProcessDataCache to flush only the required range, invalidating icache doesn't seem to be required. | |||
2015-09-29 | (vita) build fix. | aliaspider | |
2015-09-23 | (ctr/3ds) add target. | aliaspider | |
2015-07-29 | Backport http://pcsxr.codeplex.com/SourceControl/changeset/93284 | twinaphex | |
2015-03-25 | psxmem: fix error handling | notaz | |
also bump libpicofe for mmap fix | |||
2015-02-05 | dma: some timing hacks | notaz | |
untested | |||
2015-02-05 | dma: do some madr updates | notaz | |
untested, but makes ff7 behave better with linked lists (dither problem) | |||
2015-02-03 | frontend: update libpicofe | notaz | |
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 | |