mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 04:19:59 +00:00
vi: Stub TransactParcel CancelBuffer.
This commit is contained in:
parent
4f969e2271
commit
a9e4e8294a
1 changed files with 2 additions and 0 deletions
|
@ -490,6 +490,8 @@ private:
|
|||
IGBPQueryResponseParcel response{value};
|
||||
std::vector<u8> response_buffer = response.Serialize();
|
||||
Memory::WriteBlock(output_addr, response_buffer.data(), response_buffer.size());
|
||||
} else if (transaction == TransactionId::CancelBuffer) {
|
||||
LOG_WARNING(Service_VI, "(STUBBED) called, transaction=CancelBuffer");
|
||||
} else {
|
||||
ASSERT_MSG(false, "Unimplemented");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue