shadPS4/src/core/libraries/kernel
Stephen Miller 8b2ec07154 sceKernelOpen: fix params
Based on decompilation, the second parameter of _open should be flags.
Additionally swaps the return and parameter types to align with our current standards.
2025-02-14 18:54:57 -06:00
..
sync semaphore: Attempt to acquire before checking timeout 2024-12-24 15:39:17 +02:00
threads Improve parameter checks for posix_pthread_rename_np (#2391) 2025-02-09 13:50:59 -08:00
aio.cpp sceKernelAio* implementation (#2160) 2025-01-16 18:27:52 +02:00
aio.h sceKernelAio* implementation (#2160) 2025-01-16 18:27:52 +02:00
equeue.cpp Fix VideoOut events (#2330) 2025-02-03 17:37:28 +02:00
equeue.h Fix VideoOut events (#2330) 2025-02-03 17:37:28 +02:00
file_system.cpp sceKernelOpen: fix params 2025-02-14 18:54:57 -06:00
file_system.h sceKernelAio* implementation (#2160) 2025-01-16 18:27:52 +02:00
kernel.cpp Update kernel.cpp (#2125) 2025-01-17 22:16:07 -08:00
kernel.h core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
memory.cpp memory: Log for sceKernelMapNamedDirectMemory in more cases. (#2404) 2025-02-12 19:04:58 +02:00
memory.h core: better memory configuration (#1896) 2024-12-28 12:03:00 +01:00
orbis_error.h core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
posix_error.h core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
process.cpp Better bounds checks for sceKernelDlsym (#2394) 2025-02-09 19:31:07 -08:00
process.h kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
threads.cpp kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
threads.h hotfix: reset stop source on thread stop 2025-01-02 12:30:05 +01:00
time.cpp The way to Unity, pt.2 (#1671) 2024-12-06 22:04:36 +01:00
time.h sceKernelAio* implementation (#2160) 2025-01-16 18:27:52 +02:00