summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2016-05-15 12:43:52 -0500
committerSubv <subv2112@gmail.com>2016-05-28 13:52:50 -0500
commit0aef634a54f786c49241c24b8d0c7aa3555b0fa1 (patch)
tree774d974cc9a4941f7f6d83eedf0345f417d7a74f /src/core/hle
parent660499ac01b9244301a0642f4a0209ef8309ace4 (diff)
Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/fs/archive.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/fs/archive.cpp b/src/core/hle/service/fs/archive.cpp
index a7ebfde25..81b9abe4c 100644
--- a/src/core/hle/service/fs/archive.cpp
+++ b/src/core/hle/service/fs/archive.cpp
@@ -116,7 +116,6 @@ ResultVal<bool> File::SyncRequest() {
}
Memory::WriteBlock(address, data.data(), *read);
cmd_buff[2] = static_cast<u32>(*read);
- Memory::RasterizerFlushAndInvalidateRegion(Memory::VirtualToPhysicalAddress(address), length);
break;
}