diff options
author | bunnei <bunneidev@gmail.com> | 2019-02-22 23:38:45 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2019-03-16 00:41:08 -0400 |
commit | 10118c71e03f1814b4f9615e1c4baf3f64e03358 (patch) | |
tree | f078626f29094a1bac002f5d44dab557104c3df1 /src/core/memory.h | |
parent | 47b622825ca0ff664044abdf2d64a141452a8d1c (diff) |
memory: Simplify rasterizer cache operations.
Diffstat (limited to 'src/core/memory.h')
-rw-r--r-- | src/core/memory.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/memory.h b/src/core/memory.h index 1acf5ce8c..c2c6643ee 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -161,10 +161,4 @@ enum class FlushMode { */ void RasterizerMarkRegionCached(VAddr vaddr, u64 size, bool cached); -/** - * Flushes and invalidates any externally cached rasterizer resources touching the given virtual - * address region. - */ -void RasterizerFlushVirtualRegion(VAddr start, u64 size, FlushMode mode); - } // namespace Memory |