mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-25 19:09:48 -04:00
rasterizer: Flush and invalidate regions should be 64-bit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user