mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 19:57:57 -05: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