diff options
| author | 2018-03-23 15:01:45 -0400 | |
|---|---|---|
| committer | 2018-03-23 15:01:45 -0400 | |
| commit | 11047d7fd511fd9ae6130da7bc824fefa6fb64c1 (patch) | |
| tree | f8609ebc8e4caaa5457066b4e6c22321e86af8be /src/core/memory.h | |
| parent | renderer_opengl: Add framebuffer_transform_flags member variable. (diff) | |
| download | yuzu-11047d7fd511fd9ae6130da7bc824fefa6fb64c1.tar.gz yuzu-11047d7fd511fd9ae6130da7bc824fefa6fb64c1.tar.xz yuzu-11047d7fd511fd9ae6130da7bc824fefa6fb64c1.zip | |
rasterizer: Flush and invalidate regions should be 64-bit.
Diffstat (limited to 'src/core/memory.h')
| -rw-r--r-- | src/core/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/memory.h b/src/core/memory.h index 1c7232115..3e2c3f23d 100644 --- a/src/core/memory.h +++ b/src/core/memory.h | |||
| @@ -269,6 +269,6 @@ enum class FlushMode { | |||
| 269 | * Flushes and invalidates any externally cached rasterizer resources touching the given virtual | 269 | * Flushes and invalidates any externally cached rasterizer resources touching the given virtual |
| 270 | * address region. | 270 | * address region. |
| 271 | */ | 271 | */ |
| 272 | void RasterizerFlushVirtualRegion(VAddr start, u32 size, FlushMode mode); | 272 | void RasterizerFlushVirtualRegion(VAddr start, u64 size, FlushMode mode); |
| 273 | 273 | ||
| 274 | } // namespace Memory | 274 | } // namespace Memory |