aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
2019-08-05Merge pull request #328 from retro-wertz/sanitize_gpu_adv_optionsTwinaphex
Sanitize gpu adv options and close plugins upon exiting core
2019-08-05Close plugins when exiting coreretro-wertz
2019-08-05Update advanced peops gpu core optionsretro-wertz
2019-08-05Fix main RAM size in retro_get_memory_sizeretro-wertz
PSX Main RAM should only by 2048KB
2019-08-03Silence a few more warningsretro-wertz
- silence a few more truncated warnings - change "disable" to "disabled" in core options
2019-08-03Silence warning -Wformat-overflowretro-wertz
- Increasing the maximum size of destination char array to x2 to silence this warning.
2019-08-02Silence warning: missing braces around initializerretro-wertz
2019-08-02Use retro_log for SysPrintfretro-wertz
2019-07-31Merge pull request #323 from fpscan/masterTwinaphex
Update libretro_core_options.h
2019-07-31Update libretro_core_options.hÖmercan Kömür
option_defs_tr,
2019-07-30Merge pull request #321 from fpscan/masterhizzlekizzle
Turkish Language Support
2019-07-30Turkish Language SupportÖmercan Kömür
2019-07-30Silence this log messageretro-wertz
- Removing this log message since RETRO_ENVIRONMENT_SET_GEOMETRY will show width and height when there is a change from last callback.
2019-07-30Make advanced gpu options target actual gpu plugin usedretro-wertz
- In the case of IOS, the core uses UNAI but can be built with dynarec or interpreter. Other platform does as well. So gpu-specific defines are added for actual gpu plugin used and compiled and then the specific gpu-only core options are shown or hidden based on this #define
2019-07-29Update libretro_core_options.hTwinaphex
2019-07-29Add advanced gpu core optionsretro-wertz
- works for peops gpu plugin only
2019-07-29Add enhanced core optionsretro-wertz
2019-07-14Allow access to main ram using retro_get_memory_data/sizeretro-wertz
2019-07-08Fix neGcon inputjdgleaver
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-13merge remote-tracking branch 'notaz/master'retro-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-07Diablo 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-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