bang bang

This commit is contained in:
bryanthaboi
2026-08-04 16:37:21 -04:00
parent 12b4c93279
commit d18824cfae
9 changed files with 715 additions and 392 deletions
+4
View File
@@ -3468,6 +3468,10 @@ function RomImporter:_pumpFindStats()
end
self._findStatsCache = self._findStatsCache or {}
self._findStatsCache[id] = cached
-- The FIND list's sort cache is keyed on this revision; without the
-- bump a Popularity/date sort stays frozen in the order of the first
-- frame (no stats yet = name order) even after every fetch lands.
self._findStatsRev = (self._findStatsRev or 0) + 1
end
end
if next(pending) == nil then self._findStatsPending = nil end