diff options
| author | 2023-12-17 18:59:49 -0500 | |
|---|---|---|
| committer | 2023-12-17 18:59:49 -0500 | |
| commit | 65e646eeba53fe1067b7d69044ddabaee18d868f (patch) | |
| tree | 9cd2c5d264e623060186bd51e9c07433e9629234 /src/video_core/rasterizer_interface.h | |
| parent | Merge pull request #12378 from liamwhite/offsetof (diff) | |
| download | yuzu-65e646eeba53fe1067b7d69044ddabaee18d868f.tar.gz yuzu-65e646eeba53fe1067b7d69044ddabaee18d868f.tar.xz yuzu-65e646eeba53fe1067b7d69044ddabaee18d868f.zip | |
Revert "video_core: use interval map for page count tracking"
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
| -rw-r--r-- | src/video_core/rasterizer_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index fd42d26b5..af1469147 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h | |||
| @@ -162,7 +162,7 @@ public: | |||
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | /// Increase/decrease the number of object in pages touching the specified region | 164 | /// Increase/decrease the number of object in pages touching the specified region |
| 165 | virtual void UpdatePagesCachedCount(VAddr addr, u64 size, bool cache) {} | 165 | virtual void UpdatePagesCachedCount(VAddr addr, u64 size, int delta) {} |
| 166 | 166 | ||
| 167 | /// Initialize disk cached resources for the game being emulated | 167 | /// Initialize disk cached resources for the game being emulated |
| 168 | virtual void LoadDiskResources(u64 title_id, std::stop_token stop_loading, | 168 | virtual void LoadDiskResources(u64 title_id, std::stop_token stop_loading, |