shadPS4/src/core/libraries/kernel
TheTurtle 381ba8c7a5
video_core: Implement guest buffer manager (#373)
* video_core: Introduce buffer cache

* video_core: Use multi level page table for caches

* renderer_vulkan: Remove unused stream buffer

* fix build

* oops forgot optimize off
2024-08-08 15:02:10 +03:00
..
event_flag Add initial macOS support. 2024-07-21 22:36:12 +03:00
threads semaphore: Yet another race condition fix (#327) 2024-07-27 17:18:18 +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 clang format 2024-07-15 03:47:10 +03:00
event_queues.h libraries: kernel: added sceKernelGetEventId 2024-07-14 18:20:31 +02:00
file_system.cpp shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
file_system.h initial dents support 2024-06-20 18:09:40 +03:00
libkernel.cpp shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
libkernel.h Filesystem errors and Base Array Layers (#280) 2024-07-11 14:37:21 +03:00
memory_management.cpp shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
memory_management.h kernel: Implement sceKernelSetVirtualRangeName (#338) 2024-07-29 19:08:06 +03:00
thread_management.cpp video_core: Implement guest buffer manager (#373) 2024-08-08 15:02:10 +03:00
thread_management.h shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
time_management.cpp Kernel: added sceKernelConvertLocaltimeToUtc 2024-07-31 00:21:23 -06:00
time_management.h Added LibPngDec 2024-06-14 01:37:26 -06:00