rasterizer_interface: Add disk cache entry for the rasterizer
This commit is contained in:
parent
84412591c9
commit
0ed5d728ca
6 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue