Browse Source
revert
revert 91a662431c (#240)
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/240pull/21/head
15 changed files with 53 additions and 96 deletions
-
25externals/dynarmic/src/dynarmic/backend/x64/abi.cpp
-
2src/core/arm/nce/arm_nce.cpp
-
14src/core/hle/service/sockets/sfdnsres.cpp
-
15src/shader_recompiler/frontend/maxwell/translate/impl/warp_shuffle.cpp
-
20src/shader_recompiler/ir_opt/texture_pass.cpp
-
10src/video_core/buffer_cache/buffer_cache.h
-
17src/video_core/buffer_cache/buffer_cache_base.h
-
3src/video_core/cdma_pusher.cpp
-
1src/video_core/delayed_destruction_ring.h
-
13src/video_core/host1x/ffmpeg/ffmpeg.cpp
-
1src/video_core/host1x/ffmpeg/ffmpeg.h
-
1src/video_core/renderer_vulkan/present/layer.cpp
-
3src/video_core/texture_cache/texture_cache.h
-
11src/video_core/texture_cache/texture_cache_base.h
-
5src/video_core/vulkan_common/vulkan_memory_allocator.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue