1
0
Fork 0
forked from eden-emu/eden
ribbitvulkanadditions/src
MrPurple666 2f01c69710 LRU Cache Refactor with Thread-Safety (#199)
The cache is now thread-safe using std::shared_mutex, allowing concurrent reads without blocking and some other minor things to better maintenance

Reviewed-on: eden-emu/eden#199
Co-authored-by: MrPurple666 <mrpurple666@noreply.localhost>
Co-committed-by: MrPurple666 <mrpurple666@noreply.localhost>
2025-06-21 19:32:32 +00:00
..
android renderer: add area sampling scaling method (#201) 2025-06-21 13:35:04 +00:00
audio_core Update src/audio_core/common/feature_support.h 2025-04-04 03:40:49 +02:00
common renderer: add area sampling scaling method (#201) 2025-06-21 13:35:04 +00:00
core LRU Cache Refactor with Thread-Safety (#199) 2025-06-21 19:32:32 +00:00
dedicated_room Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
frontend_common User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
hid_core fix uninit values in applet and mouse (#114) 2025-05-19 19:11:06 +00:00
input_common fix uninit values in applet and mouse (#114) 2025-05-19 19:11:06 +00:00
network Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
shader_recompiler patch: mock return for textures not found by Track method (#150) 2025-06-05 19:00:24 +00:00
tests [vk] Add some dynamic handling in the pipeline (#142) 2025-06-16 22:36:30 +00:00
video_core renderer: add area sampling scaling method (#201) 2025-06-21 13:35:04 +00:00
web_service Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
yuzu renderer: add area sampling scaling method (#201) 2025-06-21 13:35:04 +00:00
yuzu_cmd Added the public lobby to android. (#125) 2025-06-05 18:59:47 +00:00
yuzu_room_standalone Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt remove solo executables (#106) 2025-05-19 21:30:10 +00:00