service/acc: Rename Unknown160 to InitializeApplicationInfoV2

This commit is contained in:
german77
2021-11-04 10:10:58 -06:00
parent 35aa153d6c
commit bee6b71553
3 changed files with 3 additions and 3 deletions

View File

@ -826,7 +826,7 @@ void Module::Interface::IsUserAccountSwitchLocked(Kernel::HLERequestContext& ctx
rb.Push(is_locked);
}
void Module::Interface::Unknown160(Kernel::HLERequestContext& ctx) {
void Module::Interface::InitializeApplicationInfoV2(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service_ACC, "(STUBBED) called");
IPC::ResponseBuilder rb{ctx, 2};