video_core: use interval map for page count tracking

This commit is contained in:
Liam 2023-12-12 17:15:52 -05:00
parent a7fe636122
commit 7fa76caf80
7 changed files with 66 additions and 76 deletions

View file

@ -162,7 +162,7 @@ public:
}
/// Increase/decrease the number of object in pages touching the specified region
virtual void UpdatePagesCachedCount(VAddr addr, u64 size, int delta) {}
virtual void UpdatePagesCachedCount(VAddr addr, u64 size, bool cache) {}
/// Initialize disk cached resources for the game being emulated
virtual void LoadDiskResources(u64 title_id, std::stop_token stop_loading,