Age | Commit message (Collapse) | Author |
|
DeliverEvent functions are executed right after writing/reading instead of after setting v0.
This fixes saving in games like LEGO Racers.
|
|
Nocash documentation says that function fails if type is not 0x20000000
or 0x20000001. In case of failure, it should return 0.
If not, then it should return 2.
This fixes input in Digimon World.
|
|
Nocash documentation says that function fails if src or dst is 0.
If so, then it must return 0.
This fix is required for fixing crash on bootup in Digimon World.
|
|
gte: backport fix for RTPS/RTPT
|
|
fix https://github.com/notaz/pcsx_rearmed/issues/129
|
|
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
|
|
Fix for compiling it against newer zlib versions.
|
|
|
|
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."
|
|
|
|
Fixes: d148d265
|
|
not tested, mostly just guesswork
|
|
it's almost never a good idea, it will override some other mapping
and make things crash
|
|
untested...
|
|
should already be flushed or not matter at this point
|
|
these were kept for compat with Ari64's code, which is removed, see
previous commit messages
|
|
|
|
Because people send patches while using editors that strip blanks
and the patch becomes a mess.
|
|
|
|
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.
|
|
just some unneeded preprocessor check
|
|
github issue #68
|
|
not tested if it actually reads over 2GB
|
|
|
|
|
|
also bump libpicofe for mmap fix
|
|
untested
|
|
untested, but makes ff7 behave better with linked lists
(dither problem)
|
|
|
|
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
|
|
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
|
|
|
|
b6e87b2bc096 broke R-Type sound, try to recover..
also check PE2
|
|
I still have to many of them and use them for testing..
|
|
should give better experience after savestate load
|
|
|
|
Contra Legacy of War does memset(..., -1)
|
|
Author: edgbla
Small fixes. 11834, 11836 (Lioncash);
|
|
Author: edgbla
cdriso: cbn/cbin detection fix;
|
|
Author: weimingzhi
psxbios: format()
|
|
Author: edgbla
CdromId fix;
|
|
Conflicts:
Makefile.libretro
|
|
not needed with new sync code
|
|
|
|
|
|
|
|
|
|
|
|
not all platforms have 1f800000 free
not all mmap implementations use the addr hint..
|
|
|