Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | Cleanup retro_run() | negativeExponent | |
- move input query into separate functions - move internal fps display to separate function | |||
2020-05-13 | Update libretro.c | negativeExponent | |
- Apply style nits | |||
2020-05-12 | Hide other inputs from core options | negativeExponent | |
- This adds a core option to hide some input options like multitaps, player ports 3-8 and analog-related fine-tuning options. - also combine dynarec-only options in one #define directive | |||
2020-05-12 | libretro.c: Change indents from tabs to spaces | negativeExponent | |
2020-05-10 | More core option fixes | negativeExponent | |
- This PR fixes core options and moves them to the related dynarec modes where they are implemented. LIGHTREC = relates to platforms that supports the new Lightrec mode NEW_DYNAREC = relates to previous dynarec implementation that is still used for some 32bit devices - Dynarec Recompiler core option, both dynarec implementation can be enabled or disabled | |||
2020-05-08 | Move guncon options to update_variables | negativeExponent | |
- This should stop unnecessary RETRO_ENVIRONMENT_GET_VARIABLE callback and log spamming | |||
2020-05-08 | Fixup update_variables | negativeExponent | |
2020-05-07 | Fix some edge case where core can freeze upon loading content | negativeExponent | |
- Core sometime freeze while loading content during the loading of the core options. Moving update_variables() from retro_init to retro_load_game() fixes the problem, on my case at least. - Also apply fix as suggested in this issue page: https://github.com/libretro/pcsx_rearmed/issues/373 | |||
2020-04-30 | Automatically disable lightrec when no bios is present, take 2 | Alexander Mikhaylenko | |
Make sure to only do it with lightrec and not ARM dynarec. | |||
2020-04-28 | Revert "Automatically disable lightrec when no bios is present" | twinaphex | |
This reverts commit cf98d473a9ddaa6a77bed1cb5af706a4cd50b8b0. | |||
2020-04-26 | Automatically disable lightrec when no bios is present | Alexander Mikhaylenko | |
Fixes https://github.com/libretro/pcsx_rearmed/issues/404 | |||
2020-02-25 | Add async CD access | Justin Weiss | |
2020-02-12 | Silence some unused variable warnings | twinaphex | |
2020-02-09 | (Android) Aarch64/x86/x64 now has lightrec support | twinaphex | |
2020-02-08 | (NEON GPU) Don't hide this for non-ARM | twinaphex | |
2020-02-01 | Add input analog axis range modifier | Stuart Kenny | |
Add core option to change axis saturation. Square bounds allow controllers that struggle to fully register diagonal deflections . Very helpful with switch joycons and some android controllers. | |||
2020-01-23 | Add disk control interface v1 support | jdgleaver | |
2019-12-16 | Merge pull request #369 from negativeExponent/switch | Twinaphex | |
Update | |||
2019-12-17 | Update | negativeExponent | |
2019-12-14 | Merge pull request #368 from negativeExponent/memmap | Twinaphex | |
Access psx main memory using retro_memory_map | |||
2019-12-15 | Access psx main memory using retro_memory_map | negativeExponent | |
2019-10-27 | Add "Spu Irq" core option | negativeExponent | |
2019-10-24 | Merge pull request #351 from SindenLightgun/master | Twinaphex | |
Basic Guncon support | |||
2019-09-25 | Merge branch 'gpu_unai_plugin_update' | negativeExponent | |
2019-09-15 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-09-14 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-08-21 | Added support for PSXONPSP660.bin and psx* named BIOS files | dankcushions | |
2019-08-17 | Backport GPU Unai plugin from PCSX4ALL | negativeExponent | |
- backports gpu unai plugin from PCSX4ALL - sync necessary files with notaz/master to allow building standalone app | |||
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-02 | Use retro_log for SysPrintf | retro-wertz | |
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 | 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. |