Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-21 | Fix sound over-buffering on 3ds | Justin Weiss | |
With iTempo turned on, we generate a frame and a half of sound data each frame, which causes dropped sound frames and noise. It looks like GPH hacks are disabled for 3ds in other places, so disabling it here too seemed like the correct fix. | |||
2019-09-21 | Re-enable unai on 3DS | Justin Weiss | |
It now builds properly, and is much much faster. | |||
2019-09-15 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-09-15 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-09-15 | Update psemu_plugin_defs.h | SindenLightgun | |
2019-09-15 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-09-15 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-09-14 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-09-14 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-09-14 | Adding Guncon support for mouse based lightguns | SindenLightgun | |
2019-08-22 | Merge pull request #339 from dankcushions/patch-1 | Twinaphex | |
Added support for PSXONPSP660.bin and psx* named BIOS files | |||
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-14 | Merge pull request #335 from yoshisuga/ios-arm64-buildbot-fix | Twinaphex | |
iOS: support for building using buildbot recipe | |||
2019-08-14 | Merge pull request #334 from jdgleaver/options-update | Twinaphex | |
Update 'libretro_core_options.h' to v1.3 format | |||
2019-08-14 | Update 'libretro_core_options.h' to v1.3 format | jdgleaver | |
2019-08-13 | iOS: support for building using buildbot recipe | Yoshi Sugawara | |
2019-08-07 | Merge pull request #330 from retro-wertz/skip_plugins | Twinaphex | |
Do not compile plugins when using the non-static build method | |||
2019-08-07 | Do not compile plugins when using the non-static build method | retro-wertz | |
- This is meant for platforms that still uses the non-static build method to compile the libretro core (aka versions of retropie) - The output file is still libretro.so to preserve any compatibility with existing script - Using the static makefile is still recommended. | |||
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 | Merge pull request #327 from retro-wertz/patch-4 | Twinaphex | |
Fix main RAM size in retro_get_memory_size | |||
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 | Merge pull request #326 from retro-wertz/silence_warnings | hizzlekizzle | |
silence warnings and a few core fixes | |||
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 | HLE BIOS: Fix corrupted memory card saves | retro-wertz | |
- Save files for games that are suppose to work with HLE bios are now corrupted from the last HLE BIOS improvements PR. - This only affects memcard 2 slot when enabled and used. Saves on memcard 1 are fine since those are directly handled through the Libretro API. - This is fixed by adding the missing SaveMcd() to buwrite(). Tested on Wild Arms and Breath of Fire III NOTE: HLE bios is still not compatible for most games. For example, memory card save functions are broken or does not work at all. Most of Konami games i have tested does not work with HLE BIOS for memory card saves. | |||
2019-08-03 | psxbios.c: Cleanup buopen() | retro-wertz | |
- This just silences some [-Wpointer-sign] warning from last PR | |||
2019-08-03 | Fix region detection for Wild Arms | retro-wertz | |
- Wild Arms EU and US version has non-standard string (probably for region protection) causing auto-region detection to fail and wrong CDROM info in log. - This fix sanitizes the string name to remove unneeded characters ("EXE\" in this case that comes before the serial-number). This would sanitize the CD-ROM info in log as well. | |||
2019-08-03 | Silence warning -Wstringop-truncation | retro-wertz | |
-strncpy replaced with strcpy and memcpy where appropriate | |||
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 | Merge pull request #325 from retro-wertz/SysPrintf_to_retro_log | hizzlekizzle | |
SysPrintf to retro_log and silence some warnings | |||
2019-08-02 | Sanitize Loaded CD image string in log | retro-wertz | |
2019-08-02 | Silence warning about misleading indent | retro-wertz | |
2019-08-02 | Silence warning: missing braces around initializer | retro-wertz | |
2019-08-02 | Rename PACKAGE_VERSION to PCSX_VERSION | retro-wertz | |
- this should silence warning for another PACKAGE_VERSION define used for flac - PACKAGE_VERSION is not used within pcsx other than version logging. Savestate does not check for this and is using another define for savestate version number. | |||
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 #322 from retro-wertz/fix_android_build | Twinaphex | |
Fix android build | |||
2019-07-31 | Fix android build | retro-wertz | |
2019-07-30 | Merge pull request #321 from fpscan/master | hizzlekizzle | |
Turkish Language Support | |||
2019-07-30 | Merge pull request #320 from retro-wertz/new_core_options | hizzlekizzle | |
target actual gpu plugin used for advance gpu core options | |||
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 | Merge pull request #319 from retro-wertz/new_core_options | hizzlekizzle | |
add new core options menu, add advance gpu options. | |||
2019-07-29 | Add advanced gpu core options | retro-wertz | |
- works for peops gpu plugin only | |||
2019-07-29 | Merge pull request #318 from retro-wertz/psxbios | hizzlekizzle | |
HLE BIOS improvements from upstream |