HWRasterizer: Texture forwarding

This commit is contained in:
tfarley 2016-04-16 18:57:57 -04:00
parent 621cf30b24
commit 459035a108
20 changed files with 1749 additions and 970 deletions

View file

@ -114,6 +114,7 @@ ResultVal<bool> File::SyncRequest() {
return read.Code();
}
cmd_buff[2] = static_cast<u32>(*read);
Memory::RasterizerFlushAndInvalidateRegion(Memory::VirtualToPhysicalAddress(address), length);
break;
}