mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 06:37:50 +00:00
HWRasterizer: Texture forwarding
This commit is contained in:
parent
621cf30b24
commit
459035a108
20 changed files with 1749 additions and 970 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue