rasterizer: Flush and invalidate regions should be 64-bit.
This commit is contained in:
parent
cdf541fb5b
commit
11047d7fd5
5 changed files with 12 additions and 12 deletions
|
@ -269,6 +269,6 @@ enum class FlushMode {
|
|||
* Flushes and invalidates any externally cached rasterizer resources touching the given virtual
|
||||
* address region.
|
||||
*/
|
||||
void RasterizerFlushVirtualRegion(VAddr start, u32 size, FlushMode mode);
|
||||
void RasterizerFlushVirtualRegion(VAddr start, u64 size, FlushMode mode);
|
||||
|
||||
} // namespace Memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue