mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
hle_ipc: Add GetReadBufferSize and check write buffer size.
This commit is contained in:
parent
6fe712735f
commit
289e29163b
2 changed files with 10 additions and 0 deletions
|
@ -152,6 +152,9 @@ public:
|
|||
/// Helper function to write a buffer using the appropriate buffer descriptor
|
||||
size_t WriteBuffer(const std::vector<u8>& buffer) const;
|
||||
|
||||
/// Helper function to get the size of the input buffer
|
||||
size_t GetReadBufferSize() const;
|
||||
|
||||
/// Helper function to get the size of the output buffer
|
||||
size_t GetWriteBufferSize() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue