result: Make fully constexpr, add ON_RESULT_INCLUDED
This commit is contained in:
parent
c60ab6bbf6
commit
54372fdff5
9 changed files with 57 additions and 29 deletions
|
@ -139,7 +139,8 @@ private:
|
|||
ctx.WriteBufferC(performance_buffer.data(), performance_buffer.size(), 1);
|
||||
}
|
||||
} else {
|
||||
LOG_ERROR(Service_Audio, "RequestUpdate failed error 0x{:02X}!", result.description);
|
||||
LOG_ERROR(Service_Audio, "RequestUpdate failed error 0x{:02X}!",
|
||||
result.GetDescription());
|
||||
}
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue