mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-14 00:30:51 -04:00
mii: service: Address review
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user