mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 12:17:59 +00:00
Garbage Collection: Adress Feedback.
This commit is contained in:
parent
9a785765d8
commit
129bcd1b85
4 changed files with 23 additions and 17 deletions
|
@ -80,7 +80,7 @@ struct ImageBase {
|
|||
VAddr cpu_addr_end = 0;
|
||||
|
||||
u64 modification_tick = 0;
|
||||
size_t lru_index = ~0;
|
||||
size_t lru_index = SIZE_MAX;
|
||||
|
||||
std::array<u32, MAX_MIP_LEVELS> mip_level_offsets{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue