hle_ipc: Refactor ReadBuffer to set buffer size upon initialization
Initializing the vector size during initialization is more efficient than a later call to resize()
Please register or sign in to comment
Initializing the vector size during initialization is more efficient than a later call to resize()