shadPS4/src/core/libraries/kernel
Daniel R. fae0c0ae85
core/kernel: Miscellaneous memory fixes (#557)
* core/libraries/kernel: Fix inaccurate direct memory size

* core/memory: Fix available dmem query on non-free dmem areas

* core/kernel: return ENOMEM if memory area size is zero

* core/kernel: Fix returns on `sceKernelAvailableDirectMemorySize`

* core/memory: Remove unneeded size alignment
2024-08-26 04:14:21 +03:00
..
event_flag Add initial macOS support. 2024-07-21 22:36:12 +03:00
threads video_core: Crucial buffer cache fixes + proper GPU clears (#414) 2024-08-13 09:21:48 +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 Move presentation to separate thread/improve sync (#303) 2024-07-28 15:54:09 +02:00
event_queue.h kernel: added HR timers and asio service thread 2024-07-11 13:14:42 +03:00
event_queues.cpp misc changes, part ?/? (#441) 2024-08-16 20:16:15 +03:00
event_queues.h misc changes, part ?/? (#441) 2024-08-16 20:16:15 +03:00
file_system.cpp misc changes, part ?/? (#441) 2024-08-16 20:16:15 +03:00
file_system.h initial dents support 2024-06-20 18:09:40 +03:00
libkernel.cpp Merge pull request #456 from StevenMiller123/sem_fix 2024-08-17 10:57:19 +03:00
libkernel.h Add SetPosixErrno function 2024-08-16 17:20:21 -05:00
memory_management.cpp core/kernel: Miscellaneous memory fixes (#557) 2024-08-26 04:14:21 +03:00
memory_management.h core/kernel: Miscellaneous memory fixes (#557) 2024-08-26 04:14:21 +03:00
thread_management.cpp video_core: Bloodborne stabilization pt1 (#543) 2024-08-24 22:51:47 +03:00
thread_management.h shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
time_management.cpp vk_pipeline_cache: Avoid recompiling new shaders on each new PL (#480) 2024-08-21 02:00:24 +03:00
time_management.h Added LibPngDec 2024-06-14 01:37:26 -06:00