Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | Update Makefile.libretro | Andrés | |
2018-07-23 | Merge pull request #183 from jdgleaver/negcon-fix | Twinaphex | |
Fix negCon input mapping | |||
2018-07-23 | Fix negCon input mapping | jdgleaver | |
2018-07-11 | Merge pull request #178 from GTechAlpha/rp_fix_sw_fb | Twinaphex | |
Fix zero-copy (software) buffer | |||
2018-07-10 | Fix zero-copy (software) buffer | GTechAlpha | |
2018-06-08 | Merge pull request #175 from retro-wertz/fix | hizzlekizzle | |
Fix core not finding bios file | |||
2018-06-08 | Fix core not finding bios file | retro-wertz | |
2018-05-07 | libretro.c: Create pcsx_rearmed_memcard2 option to enable/disable memcard2 | Malik 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-05 | libretro.c: Use common memory card 2 for all games | Malik Olivier Boussejra | |
Memory card 2 is in the same folder as the loaded game. | |||
2018-05-05 | libretro.c: Load memcard from file system | Malik Olivier Boussejra | |
2018-05-05 | Enable memcard 2 | Malik Olivier Boussejra | |
2018-04-26 | Merge pull request #166 from netux79/master | hizzlekizzle | |
Fix region core option. | |||
2018-04-25 | Fix region core option. Fixed value to match setting and removed harcoded ↵ | Joe Rmz | |
config value. | |||
2018-04-22 | Merge pull request #165 from Kelduum/master | Twinaphex | |
Changed default clock speed to 100% from 57% in non-lr build | |||
2018-04-22 | Changed 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-20 | Merge pull request #164 from webgeek1234/master | Twinaphex | |
Fix pbp loading on android armv7 | |||
2018-04-19 | Fix pbp loading on android armv7 | Aaron Kling | |
2018-04-10 | Merge pull request #159 from webgeek1234/master | Twinaphex | |
Refactor android jni makefiles | |||
2018-04-10 | Refactor android jni makefiles | Aaron Kling | |
2018-04-09 | Add missing libretro linker script | Aaron Kling | |
2018-04-09 | use logger instead | radius | |
2018-04-04 | Merge pull request #157 from webgeek1234/master | Andrés | |
Fix android jni compile with clang | |||
2018-04-04 | Fix android jni compile with clang | Aaron Kling | |
2018-01-28 | Merge pull request #152 from kwyxz/master | Twinaphex | |
Fixed uname for Solaris + enabled Haiku build | |||
2018-01-28 | Fixed uname for Solaris + enabled Haiku build | kwyxz | |
2018-01-23 | Merge pull request #151 from kwyxz/master | Twinaphex | |
PCSX Rearmed Solaris core | |||
2018-01-22 | This is litterally all that was required to build on Solaris 11. Portability ↵ | kwyxz | |
FTW. | |||
2017-12-16 | Merge pull request #146 from hevey/master | Twinaphex | |
iOS Compilation Updates | |||
2017-12-11 | Merge branch 'master' into master | Glenn Hevey | |
2017-12-11 | Merge branch 'master' into master | Glenn Hevey | |
2017-12-11 | Fixed ios9 compilation | Glenn | |
2017-12-11 | checks arm64 properly now | Glenn | |
2017-12-10 | Merge pull request #145 from libretro/revert-144-master | Twinaphex | |
Revert "Fixed building for arm64 (iOS)" | |||
2017-12-10 | Revert "Fixed building for arm64 (iOS)" | Twinaphex | |
2017-12-10 | Merge pull request #144 from hevey/master | Twinaphex | |
Fixed building for arm64 (iOS) | |||
2017-12-10 | Fixed building for arm64 (iOS) | Glenn | |
2017-10-17 | Merge pull request #98 from psyke83/master | notaz | |
RPI: add Mesa override & update vendor library names | |||
2017-10-17 | RPI: add Mesa override & update vendor library names | Conn O'Griofa | |
* Update RPI vendor library names to allow compatibility with recent firmwares that have obsoleted the originally named duplicate libraries. * Add override to build against VC4 Mesa driver via "VIDEOCORE=no" | |||
2017-09-14 | fix PCSX rearmed on windows | radius | |
2017-09-01 | Merge pull request #136 from meepingsnesroms/master | meepingsnesroms | |
Fix polygon issues | |||
2017-09-01 | Fix polygon issues | meepingsnesroms | |
2017-09-01 | Merge pull request #2 from libretro/master | meepingsnesroms | |
Update from master | |||
2017-08-31 | Merge pull request #134 from yshui/fix | Twinaphex | |
Use dynamic base address for 3ds | |||
2017-08-28 | Use dynamic base address for 3ds too | Yuxuan Shui | |
Fixes #125 | |||
2017-05-08 | Merge pull request #122 from hooby3dfx/patch-2 | Twinaphex | |
Another minor update to no BIOS error string | |||
2017-05-07 | Update libretro.c | Bryan Barnes | |
2017-05-07 | Merge pull request #120 from pjft/pjft-experimental | Twinaphex | |
Adding enable/disable dithering core option with support for Neon GPU | |||
2017-05-06 | Adding enable/disable dithering core option with support for Neon GPU | pjft | |
2017-05-03 | Merge https://github.com/notaz/pcsx_rearmed | twinaphex | |
2017-05-03 | use pc-relative offsets for PIC too | notaz | |