mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-04 17:27:51 -05:00
service: Use ReadBufferSpan where it is trivial to do so
This commit is contained in:
@ -94,7 +94,7 @@ public:
|
||||
private:
|
||||
void Log(Kernel::HLERequestContext& ctx) {
|
||||
std::size_t offset{};
|
||||
const auto data = ctx.ReadBuffer();
|
||||
const auto data = ctx.ReadBufferSpan();
|
||||
|
||||
// This function only succeeds - Get that out of the way
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
|
Reference in New Issue
Block a user