aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-04 10:10:58 -0600
committergerman77 <juangerman-13@hotmail.com>2021-11-04 10:10:58 -0600
commitbee6b71553c6ed1f25e0fab682cd7de2706ca75e (patch)
tree2ddcf51024c707eec1705baff1599afcc0be2b50 /src/core/hle/service/acc/acc.cpp
parent35aa153d6c45b3c3538891dffec3be260db245e4 (diff)
service/acc: Rename Unknown160 to InitializeApplicationInfoV2
Diffstat (limited to 'src/core/hle/service/acc/acc.cpp')
-rw-r--r--src/core/hle/service/acc/acc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp
index 0b6097d95..e1d01e5b4 100644
--- a/src/core/hle/service/acc/acc.cpp
+++ b/src/core/hle/service/acc/acc.cpp
@@ -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};