.. |
event_flag
|
fixed a case in sceKernelCreateEventFlag (found in Super Meat boy)
|
2024-05-30 20:16:16 +03:00 |
threads
|
RWLocks implementation (#171)
|
2024-06-07 21:30:26 +03:00 |
cpu_management.cpp
|
src: Reorganize and cleanup libraries
|
2024-04-14 00:37:17 +03:00 |
cpu_management.h
|
src: Reorganize and cleanup libraries
|
2024-04-14 00:37:17 +03:00 |
event_queue.cpp
|
video_core: Implement basic compute shaders and more instructions
|
2024-05-30 01:39:24 +03:00 |
event_queue.h
|
video_core, kernel: added gfx eop event handling
|
2024-05-07 22:46:54 +02:00 |
event_queues.cpp
|
improved sceKernelWaitEqueue
|
2024-05-18 10:02:40 +03:00 |
event_queues.h
|
kernel: user event and data functions
|
2024-05-17 23:29:10 +02:00 |
file_system.cpp
|
hackish random/urandom support
|
2024-06-08 10:22:28 +03:00 |
file_system.h
|
improvements in sceKernelOpen, rewrote sceKernelLseek, added sceKernelWrite, added sceKernelMkdir , partial sceKernelStat
|
2024-05-05 12:43:01 +03:00 |
libkernel.cpp
|
posix_usleep,posix_pthread_equal
|
2024-06-08 20:01:28 +03:00 |
libkernel.h
|
kernel: Fix stack corruption from OrbisTimesec
|
2024-06-05 22:27:28 +03:00 |
memory_management.cpp
|
- sceKernelOpen: added rdwr and append modes
|
2024-06-08 00:23:55 -06:00 |
memory_management.h
|
- sceKernelOpen: added rdwr and append modes
|
2024-06-08 00:23:55 -06:00 |
thread_management.cpp
|
posix_usleep,posix_pthread_equal
|
2024-06-08 20:01:28 +03:00 |
thread_management.h
|
- sceKernelOpen: added rdwr and append modes
|
2024-06-08 00:23:55 -06:00 |
time_management.cpp
|
added sceKernelGetTscFrequency
|
2024-05-07 16:28:42 +03:00 |
time_management.h
|
added sceKernelGetTscFrequency
|
2024-05-07 16:28:42 +03:00 |