Age | Commit message (Collapse) | Author |
|
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.
|
|
It now builds properly, and is much much faster.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added support for PSXONPSP660.bin and psx* named BIOS files
|
|
|
|
- backports gpu unai plugin from PCSX4ALL
- sync necessary files with notaz/master to allow building standalone app
|
|
iOS: support for building using buildbot recipe
|
|
Update 'libretro_core_options.h' to v1.3 format
|
|
|
|
|
|
Do not compile plugins when using the non-static build method
|
|
- 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.
|
|
Sanitize gpu adv options and close plugins upon exiting core
|
|
Fix main RAM size in retro_get_memory_size
|
|
|
|
|
|
PSX Main RAM should only by 2048KB
|
|
silence warnings and a few core fixes
|
|
Fix corrupted memory card saves when using HLE
|
|
- This is fixed by adding the missing SaveMcd() to buwrite().
Tested on Wild Arms and Breath of Fire III
|
|
- silence a few more truncated warnings
- change "disable" to "disabled" in core options
|
|
- 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.
|
|
- This just silences some [-Wpointer-sign] warning from last PR
|
|
- 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.
|
|
-strncpy replaced with strcpy and memcpy where appropriate
|
|
- Increasing the maximum size of destination char array to x2 to silence this warning.
|
|
SysPrintf to retro_log and silence some warnings
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
Update libretro_core_options.h
|
|
option_defs_tr,
|
|
Fix android build
|
|
|
|
Turkish Language Support
|
|
target actual gpu plugin used for advance gpu core options
|
|
|
|
- Removing this log message since RETRO_ENVIRONMENT_SET_GEOMETRY will show width and height when there is a change from last callback.
|
|
- 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
|
|
|
|
add new core options menu, add advance gpu options.
|