libretro: adjust psxclock description
[pcsx_rearmed.git] / deps / lightrec / blockcache.h
index 3b782f4..2e55ff6 100644 (file)
@@ -24,4 +24,7 @@ void lightrec_free_block_cache(struct blockcache *cache);
 u32 lightrec_calculate_block_hash(const struct block *block);
 _Bool lightrec_block_is_outdated(struct lightrec_state *state, struct block *block);
 
+void lightrec_remove_outdated_blocks(struct blockcache *cache,
+                                    const struct block *except);
+
 #endif /* __BLOCKCACHE_H__ */