mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-05 04:30:47 -07: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