mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 02:28:01 -05:00
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
This commit is contained in:
@ -228,8 +228,7 @@ private:
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: Can this be a span?
|
||||
control = ctx.ReadBufferCopy();
|
||||
control = ctx.ReadBuffer();
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(ResultSuccess);
|
||||
|
Reference in New Issue
Block a user