early-access version 2454

This commit is contained in:
pineappleEA
2022-02-01 04:26:00 +01:00
parent 938bd9b24b
commit 0a23739c87
11 changed files with 18 additions and 17 deletions
+2 -4
View File
@@ -504,14 +504,12 @@ struct GPU::Impl {
case BufferMethods::SemaphoreAddressLow:
case BufferMethods::SemaphoreSequence:
break;
case BufferMethods::UnkCacheFlush: {
case BufferMethods::UnkCacheFlush:
rasterizer->SyncGuestHost();
break;
}
case BufferMethods::WrcacheFlush: {
case BufferMethods::WrcacheFlush:
rasterizer->SignalReference();
break;
}
case BufferMethods::FenceValue:
break;
case BufferMethods::RefCnt: