shadPS4/src
Stephen Miller ce158290fb
Minor Kernel Fixes (#1529)
* Skip destruction of adaptive mutex initializers

Based around similar behaviors implemented in the more-kernel branch. Hatsune Miku Project Diva X needs this.

* Fix posix_lseek result overflow

Seen when testing Spider-Man Miles Morales on more-kernel.

* Add posix_fsync

Used by Spider-Man Miles Morales. I've added the normal posix error handling to this function, though I'm aware sceKernelFsync doesn't return any errors currently. This is for future proofing and accuracy, as the actual libkernel does the usual error handling too.

* Properly handle VirtualQuery calls on PoolReserved memory.

* Export posix_getpagesize under libkernel

Bloons TD 5 needs this.

* Clang
2024-11-14 18:00:57 +02:00
..
audio_core updated sdl to fix touchpad issue (#1275) 2024-10-07 13:04:09 +03:00
common Save config in UTF-8 (#1524) 2024-11-14 12:01:33 +02:00
core Minor Kernel Fixes (#1529) 2024-11-14 18:00:57 +02:00
images Add scalable vector redraw of shadps4 icon (#1501) 2024-11-12 09:32:56 +02:00
imgui imgui: Dispatch SDL text input requests to main thread on macOS. (#1519) 2024-11-12 09:27:30 +02:00
input Add poll interval to libScePad (#1415) 2024-10-19 15:57:01 +03:00
qt_gui Update Norwegian Bokmål translations (#1525) 2024-11-14 12:00:59 +02:00
shader_recompiler Assert fix (#1521) 2024-11-12 09:26:48 +02:00
video_core vk_pipeline_cache: Skip pipelines with geometry shaders when unsupported. (#1486) 2024-11-07 14:57:31 +02:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp hot-fix : removed libSceRudp.srpx from lle modules since it appears it create more issues than solves 2024-11-06 07:20:58 +02:00
emulator.h Loading font libs from title id folder (#1448) 2024-10-31 16:08:34 +02:00
main.cpp Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
sdl_window.cpp Add poll interval to libScePad (#1415) 2024-10-19 15:57:01 +03:00
sdl_window.h Add poll interval to libScePad (#1415) 2024-10-19 15:57:01 +03:00
shadps4.qrc Auto Update (#1006) 2024-09-24 23:03:15 +03:00
shadps4.rc file formats and qt (#88) 2024-03-01 00:00:35 +02:00