mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 08:47:53 -05: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