hle_ipc: Rename ReadBufferSpan to ReadBuffer
This commit is contained in:
parent
59c0f85407
commit
a1490d77ac
33 changed files with 97 additions and 97 deletions
|
@ -72,7 +72,7 @@ private:
|
|||
IPC::RequestParser rp{ctx};
|
||||
|
||||
const auto unknown_1 = rp.Pop<u64>();
|
||||
[[maybe_unused]] const auto unknown_2 = ctx.ReadBufferSpan();
|
||||
[[maybe_unused]] const auto unknown_2 = ctx.ReadBuffer();
|
||||
|
||||
LOG_WARNING(Service_AOC, "(STUBBED) called, unknown_1={}", unknown_1);
|
||||
|
||||
|
@ -84,7 +84,7 @@ private:
|
|||
IPC::RequestParser rp{ctx};
|
||||
|
||||
const auto unknown_1 = rp.Pop<u64>();
|
||||
[[maybe_unused]] const auto unknown_2 = ctx.ReadBufferSpan();
|
||||
[[maybe_unused]] const auto unknown_2 = ctx.ReadBuffer();
|
||||
|
||||
LOG_WARNING(Service_AOC, "(STUBBED) called, unknown_1={}", unknown_1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue