mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 10:07:58 -05:00
HWRasterizer: Texture forwarding
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user