aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-01-28Hide nonfunctional NEON options in aarch64hizzlekizzle
2019-01-27Fix segfault when loading cue files from relative paths.orbea
Fixes https://github.com/libretro/pcsx_rearmed/issues/63
2019-01-23updated gaussian interpolation filterSakitoshi
the previous gaussian filter was pretty old and inaccurate, the new filter was taken from the updated peops sound plugin 1.10b.
2019-01-23Merge pull request #1 from libretro/masterSakitoshi
catch up to libretro repo
2019-01-13Merge pull request #215 from libretro/kivutar/embedzlibJean-André Santoni
Embed zlib
2019-01-13Embed zlibJean-André Santoni
2018-11-06Merge pull request #206 from Sakitoshi/masterTwinaphex
enabled scph-1110 analog joystick in the menu
2018-11-06Merge pull request #204 from Classicmods/masterTwinaphex
Added Classic Platform structure - ARMv7 Cortex A7 build
2018-11-06enabled scph-1110 analog joystick in the menuSakitoshi
analog pad tyoe now corresponds to the spch-1110 analog joystick or spch-1150 in flightstick mode. the new pad type dualshock was added that corresponds to the old analog pad type spch-1200.
2018-10-16Finished off Armv7 A7 Platform templateRyan 'Swingflip' Hamlin
2018-10-14Auto set flags for different gcc versions.CompCom
2018-10-12Adjustments into correct position. Added some echos.Ryan 'Swingflip' Hamlin
2018-10-12Added classic_armv7_a7Ryan 'Swingflip' Hamlin
2018-09-07Merge pull request #195 from jdgleaver/negcon-right-analogTwinaphex
[NeGcon] Add mapping of analog I/II buttons to right analog stick
2018-09-07NeGcon: Add mapping of analog I/II buttons to right analog stick vertical axisjdgleaver
2018-08-29Merge pull request #193 from alfrix/masterTwinaphex
Fix Travis
2018-08-28Change the build status to libretroAlfrix
2018-08-28Fix TravisAlfrix
2018-08-24Merge pull request #191 from fr500/patch-4Twinaphex
Update Makefile.libretro
2018-08-23Merge pull request #171 from malikolivier/support-memcard2Twinaphex
Support memcard2
2018-08-21Update Makefile.libretroAndrés
2018-08-12Merge pull request #187 from jdgleaver/negcon-responseTwinaphex
Refine NegCon Controls
2018-08-02Refine NegCon analog responsejdgleaver
2018-07-27Merge pull request #186 from fr500/patch-3bparker06
Update Makefile.libretro
2018-07-27Update Makefile.libretroAndrés
2018-07-27Merge pull request #185 from fr500/patch-2hizzlekizzle
Update Makefile.libretro
2018-07-27Update Makefile.libretroAndrés
2018-07-23Merge pull request #183 from jdgleaver/negcon-fixTwinaphex
Fix negCon input mapping
2018-07-23Fix negCon input mappingjdgleaver
2018-07-11Merge pull request #178 from GTechAlpha/rp_fix_sw_fbTwinaphex
Fix zero-copy (software) buffer
2018-07-10Fix zero-copy (software) bufferGTechAlpha
2018-06-08Merge pull request #175 from retro-wertz/fixhizzlekizzle
Fix core not finding bios file
2018-06-08Fix core not finding bios fileretro-wertz
2018-05-07libretro.c: Create pcsx_rearmed_memcard2 option to enable/disable memcard2Malik Olivier Boussejra
Memcard2 defaults to being disabled. Indeed enabling it might break some games. Setting "pcsx_rearmed_memcard2" to "enabled" allows to use a memory card 2 file situated in the loaded game's directory with the filename "pcsx-card2.mcd".