shadPS4/src
squidbus 99ac10a417
libraries: Add libSceRazorCpu HLE skeleton. ()
* Remove save migration code ()

* Kernel Fixes ()

* 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

* libraries: Add libSceRazorCpu HLE skeleton.

---------

Co-authored-by: ¥IGA <164882787+Xphalnos@users.noreply.github.com>
Co-authored-by: Stephen Miller <56742918+StevenMiller123@users.noreply.github.com>
2024-11-30 11:30:22 +02:00
..
audio_core updated sdl to fix touchpad issue () 2024-10-07 13:04:09 +03:00
common libraries: Add libSceRazorCpu HLE skeleton. () 2024-11-30 11:30:22 +02:00
core libraries: Add libSceRazorCpu HLE skeleton. () 2024-11-30 11:30:22 +02:00
images Adding Utils Icon () 2024-11-26 08:48:14 +02:00
imgui Respect game brightness settings () 2024-11-21 12:06:53 +02:00
input kernel: Rewrite pthread emulation () 2024-11-21 22:59:38 +02:00
qt_gui Adding Utils Icon () 2024-11-26 08:48:14 +02:00
shader_recompiler Fixed DS_SWIZZLE_32 () 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 chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp sysmodule: Remove need for libSceRazorCpu () 2024-11-30 10:08:46 +02:00
emulator.h Loading font libs from title id folder () 2024-10-31 16:08:34 +02:00
main.cpp Fix --help text in cli () 2024-11-24 18:45:17 +02:00
sdl_window.cpp Add poll interval to libScePad () 2024-10-19 15:57:01 +03:00
sdl_window.h Add poll interval to libScePad () 2024-10-19 15:57:01 +03:00
shadps4.qrc Adding Utils Icon () 2024-11-26 08:48:14 +02:00
shadps4.rc file formats and qt () 2024-03-01 00:00:35 +02:00