HLE/IPC: remove assertion on empty buffer.
Some service functions do require to push an empty buffer in some cases. See APT:ReceiveParameter/GlanceParameter
This commit is contained in:
parent
66141ed004
commit
c4db298a7d
@ -52,7 +52,6 @@ void HLERequestContext::ClearIncomingObjects() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const std::vector<u8>& HLERequestContext::GetStaticBuffer(u8 buffer_id) const {
|
const std::vector<u8>& HLERequestContext::GetStaticBuffer(u8 buffer_id) const {
|
||||||
ASSERT_MSG(!static_buffers[buffer_id].empty(), "Empty static buffer!");
|
|
||||||
return static_buffers[buffer_id];
|
return static_buffers[buffer_id];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user