mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 13:17:54 +00:00
mii: service: Address review
This commit is contained in:
parent
6377a46668
commit
fb1b1b2725
13 changed files with 135 additions and 104 deletions
|
@ -210,7 +210,7 @@ private:
|
|||
LOG_DEBUG(Service_Mii, "called");
|
||||
|
||||
s32 index{};
|
||||
const Result result = manager.GetIndex(metadata, info, index);
|
||||
const auto result = manager.GetIndex(metadata, info, index);
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
rb.Push(result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue