Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-23 | gte: backport fix for RTPS/RTPT | retro-wertz | |
Fix glitched drawing of road surface in 'Burning Road'.. behavior now matches Mednafen. This also preserves the fix by Shalma from prior commit f916013 for missing elements in 'Legacy of Kain: Soul Reaver' (missing green plasma balls in first level). - backported fix from pcsx4all https://github.com/dmitrysmagin/pcsx4all/pull/41/commits/a6ff7d29d615bdb26b491f4e1e2a9f4608a8d643 - fixes R4 - Ridge Racer Type 4 lighting issue | |||
2019-03-09 | Merge pull request #124 from gameblabla/buildingfixes | notaz | |
Fix for compiling it against newer zlib versions. | |||
2019-03-07 | Fix for compiling it against newer zlib versions. | gameblabla | |
2019-02-17 | psxmem: Reads of PIO Expansion area read all-ones. | gameblabla | |
Patch by senquack : "Fixes 'Tetris with Card Captor Sakura - Eternal Heart (Japan)' startup. Thanks to gameblabla for finding this issue and pointing out that Mednafen had a fix for it. It's adapted here in a much simpler form." | |||
2017-05-03 | use pc-relative offsets for PIC too | notaz | |
2016-09-30 | drc: fix a mistake from w^x change | notaz | |
Fixes: d148d265 | |||
2016-09-21 | drc: some vita and 3ds support | notaz | |
not tested, mostly just guesswork | |||
2016-09-21 | drc: avoid MAP_FIXED | notaz | |
it's almost never a good idea, it will override some other mapping and make things crash | |||
2016-09-19 | drc: try to support w^x platforms like iOS | notaz | |
untested... | |||
2016-09-19 | drc: remove unnecessary cache flushing | notaz | |
should already be flushed or not matter at this point | |||
2016-09-18 | drc: enable and fix warnings | notaz | |
these were kept for compat with Ari64's code, which is removed, see previous commit messages | |||
2016-09-18 | drc: mark things static | notaz | |
2016-09-18 | drc: strip eol blanks | notaz | |
Because people send patches while using editors that strip blanks and the patch becomes a mess. | |||
2016-09-18 | drc: drop less obvious dead code | notaz | |
2016-09-18 | drc: drop heaps of dead code | notaz | |
I've kept it around to keep the code similar to Ari64's version, so that it would be easier to merge back his fixes. However Mupen64plus has long reformatted the code and it kind of went different direction anyway, so there is no point to keep all this code now. | |||
2016-04-01 | fix build on some archs | notaz | |
just some unneeded preprocessor check | |||
2016-04-01 | don't use __ARM_ARCH_7A__ | notaz | |
github issue #68 | |||
2016-03-05 | large file support | notaz | |
not tested if it actually reads over 2GB | |||
2016-02-28 | psxmem: use rounding that's more likely to work | notaz | |
2016-02-28 | drc: handle any immediate | notaz | |
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 | |