aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
AgeCommit message (Collapse)Author
2019-06-30add check to avoid calling RETRO_ENVIRONMENT_SET_GEOMETRY unnecessarilyValerio Proietti
2019-06-30report correct geometry and update geometry when needed.Valerio Proietti
2019-06-27Update libretro.cTwinaphex
2019-06-24Add bitmask input codetwinaphex
2019-06-11Allow dynarec speedhacks to be applied on-the-flyretro-wertz
2019-06-11Add core options for some advance settings and dynarec speed hacksretro-wertz
- advance options > Disable XA Decoding, Disable CD Audio - dynarec speedhacks > Disable SMC checks, Assume GTE regs unneeded, Disable GTE Flags
2019-05-14add CHD support.aliaspider
2019-05-09add option to display internal FPSBrad Parker
2019-03-25Fix bootlogo showing only during reset when enabledretro-wertz
2019-03-17Reverts 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-13Add Diablo Music fix hack to core optionsretro-wertz
2019-03-12Update bios search orderretro-wertz
2019-03-10Use actual labels for input typesretro-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-10Fix memcard2 still detected by games when its supposed to be disabledretro-wertz
2019-03-10Add core option: PSX cpu clock (dynarec)retro-wertz
2019-03-09Add BIOS core option, selects between using HLE or real bios fileretro-wertz
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-02-06Revert "Hide nonfunctional NEON options in aarch64"hunterk
This reverts commit 68effa4470e9b67b11c66f1272347b7873eaa5c6.
2019-01-28Hide nonfunctional NEON options in aarch64hizzlekizzle
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-09-07NeGcon: Add mapping of analog I/II buttons to right analog stick vertical axisjdgleaver
2018-08-23Merge pull request #171 from malikolivier/support-memcard2Twinaphex
Support memcard2
2018-08-02Refine NegCon analog responsejdgleaver
2018-07-23Fix negCon input mappingjdgleaver
2018-07-10Fix zero-copy (software) bufferGTechAlpha
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-25Fix region core option. Fixed value to match setting and removed harcoded ↵Joe Rmz
config value.
2018-04-09use logger insteadradius
2017-05-07Update libretro.cBryan Barnes
2017-05-07Merge pull request #120 from pjft/pjft-experimentalTwinaphex
Adding enable/disable dithering core option with support for Neon GPU
2017-05-06Adding enable/disable dithering core option with support for Neon GPUpjft
2017-04-26Search for the newest version of the BIOS firstLEGOAnimal22
2017-04-24More clear HLE BIOS error messageBryan Barnes
2017-04-09Turn min into macrotwinaphex
2017-04-09Merge pull request #113 from meepingsnesroms/masterTwinaphex
Remove outdated platforms
2017-04-07Adding "Enable Vibration" Core Option to LibRetropjft
2017-04-07Move dummy functionsmeepingsnesroms
2017-04-07Remove dead non retroarch platforms, prepare for second memcardmeepingsnesroms
2017-04-05These 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-03-10libretro: Remove reset in retro_run() hackAdrien 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-02define PATH_MAX if needed.aliaspider
2017-02-11Use disabled/enabled instead, like other core settings.Sérgio Benjamim
2017-02-07Fix buggy option being on by defaultmeepingsnesroms