shadPS4/src/core/libraries/kernel
TheTurtle 159be2c7f4
video_core: Minor fixes (#366)
* data_share: Fix DS instruction

* vk_graphics_pipeline: Fix unnecessary invalidate

* spirv: Remove subgroup id

* vector_alu: Simplify mbcnt pattern

* shader_recompiler: More instructions

* clang format

* kernel: Fix cond memory leak and reduce spam

* liverpool: Print error on exception

* build fix
2024-08-05 13:45:28 +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: Minor fixes (#366) 2024-08-05 13:45:28 +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