aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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".
2018-05-05libretro.c: Use common memory card 2 for all gamesMalik Olivier Boussejra
Memory card 2 is in the same folder as the loaded game.
2018-05-05libretro.c: Load memcard from file systemMalik Olivier Boussejra
2018-05-05Enable memcard 2Malik Olivier Boussejra
2018-04-26Merge pull request #166 from netux79/masterhizzlekizzle
Fix region core option.
2018-04-25Fix region core option. Fixed value to match setting and removed harcoded ↵Joe Rmz
config value.
2018-04-22Merge pull request #165 from Kelduum/masterTwinaphex
Changed default clock speed to 100% from 57% in non-lr build
2018-04-22Changed default clock speed to 100% from 57%Kelduum Revaan
Default to 100% CPU speed as most hardware can handle it nowadays using the dynamic recompiler. If not, the option is in the advanced speed hacks menu, so in a logical place.
2018-04-20Merge pull request #164 from webgeek1234/masterTwinaphex
Fix pbp loading on android armv7
2018-04-19Fix pbp loading on android armv7Aaron Kling
2018-04-10Merge pull request #159 from webgeek1234/masterTwinaphex
Refactor android jni makefiles
2018-04-10Refactor android jni makefilesAaron Kling
2018-04-09Add missing libretro linker scriptAaron Kling
2018-04-09use logger insteadradius
2018-04-04Merge pull request #157 from webgeek1234/masterAndrés
Fix android jni compile with clang
2018-04-04Fix android jni compile with clangAaron Kling
2018-01-28Merge pull request #152 from kwyxz/masterTwinaphex
Fixed uname for Solaris + enabled Haiku build
2018-01-28Fixed uname for Solaris + enabled Haiku buildkwyxz
2018-01-23Merge pull request #151 from kwyxz/masterTwinaphex
PCSX Rearmed Solaris core
2018-01-22This is litterally all that was required to build on Solaris 11. Portability ↵kwyxz
FTW.
2017-12-16Merge pull request #146 from hevey/masterTwinaphex
iOS Compilation Updates
2017-12-11Merge branch 'master' into masterGlenn Hevey
2017-12-11Merge branch 'master' into masterGlenn Hevey
2017-12-11Fixed ios9 compilationGlenn
2017-12-11checks arm64 properly nowGlenn
2017-12-10Merge pull request #145 from libretro/revert-144-masterTwinaphex
Revert "Fixed building for arm64 (iOS)"
2017-12-10Revert "Fixed building for arm64 (iOS)"Twinaphex
2017-12-10Merge pull request #144 from hevey/masterTwinaphex
Fixed building for arm64 (iOS)