shadPS4/src
Stephen Miller 7e525a59e4 Kernel Fixes (#1605)
* scePthreadSetprio Changes

FindThread uses posix error codes, so the function export should apply the ORBIS wrapper to convert these. Since it uses posix codes, I've also renamed the function to align with other posix functions. Lastly, this fixes a compile warning about ret sometimes not getting initialized.

* Implement posix_munmap

Used by Hatsune Miku Project Diva X during intros. May help with stability on Linux, probably won't change anything on Windows.

* Exports

Some missing function exports I've seen in my tests.
sceKernelAvailableFlexibleMemorySize export is used in Final Fantasy XV Episode Duscae
posix_pthread_setprio and posix_pthread_getschedparam are used by Spider-Man Miles Morales
scePthreadKeyDelete is used in UE4 games.

I've also added in a typo fix related to my previous PR.

* libScePosix export for posix_pthread_attr_setguardsize

Used in Hatsune Miku Project Diva X v1.02
2024-11-30 11:23:48 +02:00
..
audio_core updated sdl to fix touchpad issue (#1275) 2024-10-07 13:04:09 +03:00
common Remove save migration code (#1621) 2024-11-30 11:23:42 +02:00
core Kernel Fixes (#1605) 2024-11-30 11:23:48 +02:00
images Adding Utils Icon (#1600) 2024-11-26 08:48:14 +02:00
imgui Respect game brightness settings (#1559) 2024-11-21 12:06:53 +02:00
input kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
qt_gui Adding Utils Icon (#1600) 2024-11-26 08:48:14 +02:00
shader_recompiler Fixed DS_SWIZZLE_32 (#1619) 2024-11-29 22:13:36 +02:00
video_core hot-fix: apply vgt index offset to draw commands 2024-11-29 14:17:53 +01:00
.clang-format
emulator.cpp sysmodule: Remove need for libSceRazorCpu (#1622) 2024-11-30 10:08:46 +02:00
emulator.h Loading font libs from title id folder (#1448) 2024-10-31 16:08:34 +02:00
main.cpp Fix --help text in cli (#1588) 2024-11-24 18:45:17 +02: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 Adding Utils Icon (#1600) 2024-11-26 08:48:14 +02:00
shadps4.rc