Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-17 | Reverts 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-13 | Add Diablo Music fix hack to core options | retro-wertz | |
2019-03-13 | merge remote-tracking branch 'notaz/master' | retro-wertz | |
2019-03-12 | Update bios search order | retro-wertz | |
2019-03-10 | Use actual labels for input types | retro-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-10 | Fix memcard2 still detected by games when its supposed to be disabled | retro-wertz | |
2019-03-10 | Add core option: PSX cpu clock (dynarec) | retro-wertz | |
2019-03-09 | Add BIOS core option, selects between using HLE or real bios file | retro-wertz | |
2019-03-07 | Diablo 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-07 | Fix this... "invalid return 0" request | retro-wertz | |
2019-03-07 | Fix show bios bootlogo core option | retro-wertz | |
2019-03-07 | Run SysReset() only from retro_run, causes retroarch to freeze... | retro-wertz | |
... on some platforms | |||
2019-03-07 | Fix detection for rumble interface | retro-wertz | |
2019-02-06 | Revert "Hide nonfunctional NEON options in aarch64" | hunterk | |
This reverts commit 68effa4470e9b67b11c66f1272347b7873eaa5c6. | |||
2019-01-28 | Hide nonfunctional NEON options in aarch64 | hizzlekizzle | |
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-09-07 | NeGcon: Add mapping of analog I/II buttons to right analog stick vertical axis | jdgleaver | |
2018-08-23 | Merge pull request #171 from malikolivier/support-memcard2 | Twinaphex | |
Support memcard2 | |||
2018-08-02 | Refine NegCon analog response | jdgleaver | |
2018-07-23 | Fix negCon input mapping | jdgleaver | |
2018-07-10 | Fix zero-copy (software) buffer | GTechAlpha | |
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-25 | Fix region core option. Fixed value to match setting and removed harcoded ↵ | Joe Rmz | |
config value. | |||
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-09 | Add missing libretro linker script | Aaron Kling | |
2018-04-09 | use logger instead | radius | |
2017-12-11 | checks arm64 properly now | Glenn | |
2017-12-10 | Fixed building for arm64 (iOS) | Glenn | |
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-04-26 | Search for the newest version of the BIOS first | LEGOAnimal22 | |
2017-04-24 | More clear HLE BIOS error message | Bryan Barnes | |
2017-04-09 | Turn min into macro | twinaphex | |
2017-04-09 | Merge pull request #113 from meepingsnesroms/master | Twinaphex | |
Remove outdated platforms | |||
2017-04-07 | Adding "Enable Vibration" Core Option to LibRetro | pjft | |
2017-04-07 | Move dummy functions | meepingsnesroms | |
2017-04-07 | Remove dead non retroarch platforms, prepare for second memcard | meepingsnesroms | |
2017-04-05 | These are needed to reset on systems without a keyboard. | meepingsnesroms | |
It is also not a bug that load state after pushing reset still resets, this is the only way to make it work for now. On mac it will actually crash the OS and make you reboot. | |||
2017-04-03 | Fix running on CTR: dyncache mmap doesn't specify MAP_FIXED anymore | Yuxuan Shui | |
2017-03-10 | libretro: Remove reset in retro_run() hack | Adrien Plazas | |
Removes a hack breaking deserialization when running retro_reset(), retro_unserialize() and retro_run() in this order, as it silently resets the core just after setting its state. | |||
2017-03-02 | define PATH_MAX if needed. | aliaspider | |
2017-03-02 | fix implicit-function-declaration warnings/errors. | aliaspider | |
2017-02-11 | Use disabled/enabled instead, like other core settings. | Sérgio Benjamim | |
2017-02-07 | Fix buggy option being on by default | meepingsnesroms | |
2017-01-24 | Revert "return false if info is NULL inside retro_load_game" | orbea | |