diff options
| author | 2024-02-20 23:19:27 -0300 | |
|---|---|---|
| committer | 2024-02-20 23:19:27 -0300 | |
| commit | e0c17a21138ba4379a5c77b40a7d3fd7414ca605 (patch) | |
| tree | 798f8678677cabd7c9048ed06022997a804a1aa5 /src/video_core/surface.h | |
| parent | Merge pull request #13091 from t895/device-renaming (diff) | |
| parent | texture_cache: tweak iteration tracking change (diff) | |
| download | yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar.gz yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar.xz yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.zip | |
Merge pull request #10529 from liamwhite/critical-spacing
caches: make critical reclamation less eager and possible in more cases
Diffstat (limited to 'src/video_core/surface.h')
| -rw-r--r-- | src/video_core/surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h index a5e8e2f62..ec9cd2fbf 100644 --- a/src/video_core/surface.h +++ b/src/video_core/surface.h | |||
| @@ -517,6 +517,6 @@ size_t PixelComponentSizeBitsInteger(PixelFormat format); | |||
| 517 | 517 | ||
| 518 | std::pair<u32, u32> GetASTCBlockSize(PixelFormat format); | 518 | std::pair<u32, u32> GetASTCBlockSize(PixelFormat format); |
| 519 | 519 | ||
| 520 | u64 EstimatedDecompressedSize(u64 base_size, PixelFormat format); | 520 | u64 TranscodedAstcSize(u64 base_size, PixelFormat format); |
| 521 | 521 | ||
| 522 | } // namespace VideoCore::Surface | 522 | } // namespace VideoCore::Surface |