eden/externals/dynarmic/src/dynarmic
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
..
backend [Texture_cache] Better memory handling for devices with lower memory allocations (#233) 2025-06-29 17:14:23 +00:00
common Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
frontend Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
interface Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
ir Move dead submodules in-tree 2025-05-31 02:33:02 -04:00
CMakeLists.txt Move dead submodules in-tree 2025-05-31 02:33:02 -04:00