Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Update 'libretro_core_options.h' to v1.3 format | jdgleaver | |
2019-08-05 | Merge pull request #328 from retro-wertz/sanitize_gpu_adv_options | Twinaphex | |
Sanitize gpu adv options and close plugins upon exiting core | |||
2019-08-05 | Close plugins when exiting core | retro-wertz | |
2019-08-05 | Update advanced peops gpu core options | retro-wertz | |
2019-08-05 | Fix main RAM size in retro_get_memory_size | retro-wertz | |
PSX Main RAM should only by 2048KB | |||
2019-08-03 | Silence a few more warnings | retro-wertz | |
- silence a few more truncated warnings - change "disable" to "disabled" in core options | |||
2019-08-03 | Silence warning -Wformat-overflow | retro-wertz | |
- Increasing the maximum size of destination char array to x2 to silence this warning. | |||
2019-08-02 | Silence warning: missing braces around initializer | retro-wertz | |
2019-08-02 | Use retro_log for SysPrintf | retro-wertz | |
2019-07-31 | Merge pull request #323 from fpscan/master | Twinaphex | |
Update libretro_core_options.h | |||
2019-07-31 | Update libretro_core_options.h | Ömercan Kömür | |
option_defs_tr, | |||
2019-07-30 | Merge pull request #321 from fpscan/master | hizzlekizzle | |
Turkish Language Support | |||
2019-07-30 | Turkish Language Support | Ömercan Kömür | |
2019-07-30 | Silence this log message | retro-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-30 | Make advanced gpu options target actual gpu plugin used | retro-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-29 | Update libretro_core_options.h | Twinaphex | |
2019-07-29 | Add advanced gpu core options | retro-wertz | |
- works for peops gpu plugin only | |||
2019-07-29 | Add enhanced core options | retro-wertz | |
2019-07-14 | Allow access to main ram using retro_get_memory_data/size | retro-wertz | |
2019-07-08 | Fix neGcon input | jdgleaver | |
2019-06-30 | add check to avoid calling RETRO_ENVIRONMENT_SET_GEOMETRY unnecessarily | Valerio Proietti | |
2019-06-30 | report correct geometry and update geometry when needed. | Valerio Proietti | |
2019-06-27 | Update libretro.c | Twinaphex | |
2019-06-24 | Add bitmask input code | twinaphex | |
2019-06-11 | Allow dynarec speedhacks to be applied on-the-fly | retro-wertz | |
2019-06-11 | Add core options for some advance settings and dynarec speed hacks | retro-wertz | |
- advance options > Disable XA Decoding, Disable CD Audio - dynarec speedhacks > Disable SMC checks, Assume GTE regs unneeded, Disable GTE Flags | |||
2019-05-14 | add CHD support. | aliaspider | |
2019-05-09 | add option to display internal FPS | Brad Parker | |
2019-03-25 | Fix bootlogo showing only during reset when enabled | retro-wertz | |
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 | |