mii: service: Address review

This commit is contained in:
german77 2023-09-11 08:53:23 -06:00
parent 6377a46668
commit fb1b1b2725
13 changed files with 135 additions and 104 deletions

View file

@ -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);