mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-24 20:43:04 +00:00
rasterizer_interface: Add disk cache entry for the rasterizer
This commit is contained in:
@@ -61,5 +61,8 @@ public:
|
||||
|
||||
/// Increase/decrease the number of object in pages touching the specified region
|
||||
virtual void UpdatePagesCachedCount(Tegra::GPUVAddr addr, u64 size, int delta) {}
|
||||
|
||||
/// Initialize disk cached resources for the game being emulated
|
||||
virtual void LoadDiskResources() {}
|
||||
};
|
||||
} // namespace VideoCore
|
||||
|
||||
Reference in New Issue
Block a user