mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 04:45:47 +00:00
revert [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> Had showed some regressions on devices with higher specifications, will be refined to return as a toggle in a later commit. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/240 |
||
---|---|---|
.. | ||
bc_decoder | ||
boost-headers@0456900fad | ||
breakpad | ||
cmake-modules | ||
cpp-httplib@a609330e4c | ||
cpp-jwt@10ef5735d8 | ||
cubeb@832fcf38e6 | ||
demangle | ||
discord-rpc | ||
dynarmic | ||
enet | ||
ffmpeg | ||
FidelityFX-FSR | ||
gamemode | ||
getopt | ||
glad | ||
libadrenotools | ||
libusb | ||
mbedtls | ||
microprofile | ||
nx_tzdb | ||
oaknut | ||
oboe | ||
opus@df02d25f0c | ||
renderdoc | ||
SDL@2e4c12cd2c | ||
simpleini | ||
sirit | ||
sse2neon | ||
stb | ||
tz/tz | ||
vcpkg@ea2a964f93 | ||
Vulkan-Headers@409c16be50 | ||
Vulkan-Utility-Libraries@4e246c56ec | ||
VulkanMemoryAllocator@539c0a8d8e | ||
xbyak@0d67fd1530 | ||
CMakeLists.txt |