aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-26Fix missing embedded zlib, remove unneeded zlib filesretro-wertz
2019-03-25Merge pull request #127 from retro-wertz/fix_rtps_rtptnotaz
gte: backport fix for RTPS/RTPT
2019-03-25Merge pull request #130 from retro-wertz/patch-1notaz
gte: change return to s64 for BOUNDS_
2019-03-25Merge pull request #258 from retro-wertz/bootlogo_fixTwinaphex
Fix bootlogo showing only during reset when enabled
2019-03-25Fix bootlogo showing only during reset when enabledretro-wertz
2019-03-23gte: change return to s64 for BOUNDS_retro-wertz
fix https://github.com/notaz/pcsx_rearmed/issues/129
2019-03-23gte: backport fix for RTPS/RTPTretro-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-21Merge pull request #253 from hhromic/buildfix-armvTwinaphex
(BuildFix) Do not leave HAVE_NEON unset in armv platform check
2019-03-21Do not leave HAVE_NEON unset in armv platform checkHugo Hromic
* Default to `HAVE_NEON=0` until the `platform` is checked for `neon` * Fixes build with `platform=armv` alone (no NEON requested) in a NEON device where the autodetection using `$(CC) -E -dD` will enable it
2019-03-18Merge pull request #249 from retro-wertz/unai_updatehizzlekizzle
GPU unai update
2019-03-18GPU unai updateretro-wertz
2019-03-17re-re-re-re-disable unaihizzlekizzle
it keeps breaking 3DS compilation on the buildbot.
2019-03-17Merge pull request #248 from retro-wertz/patch-2Twinaphex
Reverts 0963774 (Run SysRese) only from...)
2019-03-17Reverts 0963774 (Run SysRese) only from...)retro-wertz
This reverts commit https://github.com/libretro/pcsx_rearmed/commit/0963774720493115d123104f9ddc506d49a886bc, which was added to remedy issue on ludo when using official bios. turns out if has affected HLE on arm. Other arm users so far don't have issue with this PR nor they gained any advantage over it so issue probably is just ludo exclusive. Reverting this.
2019-03-12Merge pull request #244 from retro-wertz/sync_to_upstreamhizzlekizzle
fetch new updates from upstream
2019-03-13Add Diablo Music fix hack to core optionsretro-wertz
2019-03-13merge remote-tracking branch 'notaz/master'retro-wertz
2019-03-13Merge pull request #123 from gameblabla/diablofix_hacknotaz
Diablo Music fix for PCSX Rearmed. (optional hack)
2019-03-12Merge pull request #243 from retro-wertz/unai_fixeshizzlekizzle
gpu_unai buildfix and re-enable on 3ds
2019-03-123DS: Re-enable unai gpuretro-wertz
- As per request for performance testing sacrificing quality
2019-03-12gpu_unai: Buildfixretro-wertz
2019-03-11Merge pull request #242 from retro-wertz/patch-1hizzlekizzle
Update bios search order
2019-03-12Update bios search orderretro-wertz
2019-03-10Merge pull request #240 from retro-wertz/core_optionshizzlekizzle
PSX clock and BIOS core options, memcard2 fix etc
2019-03-10Use actual labels for input typesretro-wertz
-removes "default" labels, which is just standard for input 1 and 2, and none for input 3-4 and just use the actual input type labels as defaults.
2019-03-10Fix memcard2 still detected by games when its supposed to be disabledretro-wertz
2019-03-10Add core option: PSX cpu clock (dynarec)retro-wertz
2019-03-09Merge pull request #124 from gameblabla/buildingfixesnotaz
Fix for compiling it against newer zlib versions.
2019-03-09Add BIOS core option, selects between using HLE or real bios fileretro-wertz
2019-03-07Merge pull request #239 from retro-wertz/osxhizzlekizzle
Fix OSX interpreter build target
2019-03-08Fix OSX interpreter build targetretro-wertz
- similar to IOS build fix
2019-03-08Merge pull request #238 from retro-wertz/patch-1Twinaphex
[ios] Try to fix build target mixups
2019-03-08[ios] Try to fix build target mixupsretro-wertz
related: https://github.com/libretro/libretro-super/issues/976
2019-03-07Fix for compiling it against newer zlib versions.gameblabla
2019-03-07Diablo Music fix for PCSX Rearmed. (optional hack)gameblabla
Let's also allow it to be changed from the menu. Set to off by default as it could cause issues in some other games.
2019-03-07Merge pull request #236 from retro-wertz/3dshizzlekizzle
3DS: Restore default gpu
2019-03-073DS: Restore default gpuretro-wertz
2019-03-07Merge pull request #235 from retro-wertz/core_fixesTwinaphex
Core fixes
2019-03-07Merge pull request #234 from notaz/masterTwinaphex
psxmem: Reads of PIO Expansion area read all-ones.
2019-03-07Fix this... "invalid return 0" requestretro-wertz
2019-03-07Fix show bios bootlogo core optionretro-wertz
2019-03-07Run SysReset() only from retro_run, causes retroarch to freeze...retro-wertz
... on some platforms
2019-03-07Fix detection for rumble interfaceretro-wertz
2019-03-07Fix CD audio not playing on some platformsretro-wertz
2019-02-19Merge pull request #119 from gameblabla/piofixnotaz
psxmem: Reads of PIO Expansion area read all-ones.
2019-02-17psxmem: 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."
2019-02-06Revert "Hide nonfunctional NEON options in aarch64"hunterk
This reverts commit 68effa4470e9b67b11c66f1272347b7873eaa5c6.
2019-02-05Merge pull request #217 from orbea/cuehizzlekizzle
Fix segfault when loading cue files from relative paths.
2019-01-29Merge pull request #218 from Sakitoshi/masterTwinaphex
updated gaussian audio interpolation
2019-01-29Merge pull request #220 from hizzlekizzle/masterTwinaphex
Hide nonfunctional NEON options in aarch64