eden/src
JPikachu 91a662431c [Texture_cache] Better memory handling for devices with lower memory allocations (#233)
Means games like Minecraft Dungeons, Sea of Stars, Luigi Mansion 2, Astroneer, Alan Wake, etc are now playable.
It also cleans up the recent abi.cpp and bindless texture commits a bit.
Everything is in #ifdef ANDROID - The biggest change is CACHING_PAGEBITS = 12.
Without that the way the buffercache grows and joins buffers can cause Android to run out of memory (as you end up with just one big buffer that needs to be copied every time it grows)
Also patches up ffmpeg issues.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/233
Co-authored-by: JPikachu <jpikachu.eden@gmail.com>
Co-committed-by: JPikachu <jpikachu.eden@gmail.com>
2025-06-29 17:14:23 +00:00
..
android fix: refresh icon color & infinite when in portrait (#231) 2025-06-29 17:10:29 +00:00
audio_core Update src/audio_core/common/feature_support.h 2025-04-04 03:40:49 +02:00
common [vk] Sample Shading Option . 2025-06-29 17:07:14 +00:00
core [Texture_cache] Better memory handling for devices with lower memory allocations (#233) 2025-06-29 17:14:23 +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 [Texture_cache] Better memory handling for devices with lower memory allocations (#233) 2025-06-29 17:14:23 +00:00
tests feature/landscape-carousel (#196) 2025-06-26 20:52:54 +00:00
video_core [Texture_cache] Better memory handling for devices with lower memory allocations (#233) 2025-06-29 17:14:23 +00:00
web_service Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
yuzu [vk] Sample Shading Option . 2025-06-29 17:07:14 +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