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

* 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

* 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
..
backend.cpp QOL: Set Log Filter On Save (#991) 2024-09-20 12:07:45 +03:00
backend.h QOL: Set Log Filter On Save (#991) 2024-09-20 12:07:45 +03:00
filter.cpp libraries: Add libSceRazorCpu HLE skeleton. (#1624) 2024-11-30 11:30:22 +02:00
filter.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
formatter.h Fix fmt::UTF exception for empty strings (#1084) 2024-09-26 17:21:31 +03:00
log.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
log_entry.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
text_formatter.cpp common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
text_formatter.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
types.h libraries: Add libSceRazorCpu HLE skeleton. (#1624) 2024-11-30 11:30:22 +02:00