mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 02:57:52 -05:00
Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing.
This PR should heavily reduce memory usage since temporal buffers are no longer stored per Surface but instead managed by the Rasterizer Cache.
This commit is contained in:
committed by
FernandoS27
parent
a3eb91ed8c
commit
4c36b78567
@ -49,7 +49,6 @@ public:
|
||||
return alignment;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
VAddr cpu_addr{};
|
||||
std::size_t size{};
|
||||
|
Reference in New Issue
Block a user