summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2016-05-15 19:43:52 +0200
committerSubv <subv2112@gmail.com>2016-05-28 20:52:50 +0200
commit0aef634a54f786c49241c24b8d0c7aa3555b0fa1 (patch)
tree774d974cc9a4941f7f6d83eedf0345f417d7a74f /src/core/hle/service/fs
parentMemory: Make ReadBlock and WriteBlock accept void pointers. (diff)
downloadyuzu-0aef634a54f786c49241c24b8d0c7aa3555b0fa1.tar
yuzu-0aef634a54f786c49241c24b8d0c7aa3555b0fa1.tar.gz
yuzu-0aef634a54f786c49241c24b8d0c7aa3555b0fa1.tar.bz2
yuzu-0aef634a54f786c49241c24b8d0c7aa3555b0fa1.tar.lz
yuzu-0aef634a54f786c49241c24b8d0c7aa3555b0fa1.tar.xz
yuzu-0aef634a54f786c49241c24b8d0c7aa3555b0fa1.tar.zst
yuzu-0aef634a54f786c49241c24b8d0c7aa3555b0fa1.zip
Diffstat (limited to 'src/core/hle/service/fs')
-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;
}