Garbage Collection: Adress Feedback.

This commit is contained in:
Fernando Sahmkow 2021-08-29 18:19:53 +02:00
parent ba82bb359b
commit ff48f06fb9
4 changed files with 23 additions and 17 deletions

View file

@ -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{};