mii: service: Address review

This commit is contained in:
german77
2023-09-11 08:53:23 -06:00
parent bd169f417f
commit ec25f847d8
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);