Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-13 | Merge pull request #215 from libretro/kivutar/embedzlib | Jean-André Santoni | |
Embed zlib | |||
2019-01-13 | Embed zlib | Jean-André Santoni | |
2018-11-06 | Merge pull request #206 from Sakitoshi/master | Twinaphex | |
enabled scph-1110 analog joystick in the menu | |||
2018-11-06 | Merge pull request #204 from Classicmods/master | Twinaphex | |
Added Classic Platform structure - ARMv7 Cortex A7 build | |||
2018-11-06 | enabled scph-1110 analog joystick in the menu | Sakitoshi | |
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-16 | Finished off Armv7 A7 Platform template | Ryan 'Swingflip' Hamlin | |
2018-10-14 | Auto set flags for different gcc versions. | CompCom | |
2018-10-12 | Adjustments into correct position. Added some echos. | Ryan 'Swingflip' Hamlin | |
2018-10-12 | Added classic_armv7_a7 | Ryan 'Swingflip' Hamlin | |
2018-09-07 | Merge pull request #195 from jdgleaver/negcon-right-analog | Twinaphex | |
[NeGcon] Add mapping of analog I/II buttons to right analog stick | |||
2018-09-07 | NeGcon: Add mapping of analog I/II buttons to right analog stick vertical axis | jdgleaver | |
2018-08-29 | Merge pull request #193 from alfrix/master | Twinaphex | |
Fix Travis | |||
2018-08-28 | Change the build status to libretro | Alfrix | |
2018-08-28 | Fix Travis | Alfrix | |
2018-08-24 | Merge pull request #191 from fr500/patch-4 | Twinaphex | |
Update Makefile.libretro | |||
2018-08-23 | Merge pull request #171 from malikolivier/support-memcard2 | Twinaphex | |
Support memcard2 | |||
2018-08-21 | Update Makefile.libretro | Andrés | |
2018-08-12 | Merge pull request #187 from jdgleaver/negcon-response | Twinaphex | |
Refine NegCon Controls | |||
2018-08-02 | Refine NegCon analog response | jdgleaver | |
2018-07-27 | Merge pull request #186 from fr500/patch-3 | bparker06 | |
Update Makefile.libretro | |||
2018-07-27 | Update Makefile.libretro | Andrés | |
2018-07-27 | Merge pull request #185 from fr500/patch-2 | hizzlekizzle | |
Update Makefile.libretro | |||
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 |