mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 01:17:49 +00: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:
parent
5f431ebec9
commit
7c1907187f
4 changed files with 30 additions and 18 deletions
|
@ -49,7 +49,6 @@ public:
|
|||
return alignment;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
VAddr cpu_addr{};
|
||||
std::size_t size{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue