summaryrefslogtreecommitdiffstats
path: root/src/core/memory.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-23 20:10:02 +0100
committerbunnei <bunneidev@gmail.com>2018-03-23 20:10:02 +0100
commit1a158dfcd660058d2f87cb6eb4662861db203386 (patch)
tree3d6e4fed024ba3943de79b01ab005e83bcc6bd96 /src/core/memory.cpp
parentrasterizer: Flush and invalidate regions should be 64-bit. (diff)
downloadyuzu-1a158dfcd660058d2f87cb6eb4662861db203386.tar
yuzu-1a158dfcd660058d2f87cb6eb4662861db203386.tar.gz
yuzu-1a158dfcd660058d2f87cb6eb4662861db203386.tar.bz2
yuzu-1a158dfcd660058d2f87cb6eb4662861db203386.tar.lz
yuzu-1a158dfcd660058d2f87cb6eb4662861db203386.tar.xz
yuzu-1a158dfcd660058d2f87cb6eb4662861db203386.tar.zst
yuzu-1a158dfcd660058d2f87cb6eb4662861db203386.zip
Diffstat (limited to 'src/core/memory.cpp')
-rw-r--r--src/core/memory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/memory.cpp b/src/core/memory.cpp
index d8aab7090..fd5a57022 100644
--- a/src/core/memory.cpp
+++ b/src/core/memory.cpp
@@ -329,6 +329,7 @@ void RasterizerFlushVirtualRegion(VAddr start, u64 size, FlushMode mode) {
}
};
+ CheckRegion(PROCESS_IMAGE_VADDR, PROCESS_IMAGE_VADDR_END);
CheckRegion(HEAP_VADDR, HEAP_VADDR_END);
}