summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-04 17:10:58 +0100
committergerman77 <juangerman-13@hotmail.com>2021-11-04 17:10:58 +0100
commitbee6b71553c6ed1f25e0fab682cd7de2706ca75e (patch)
tree2ddcf51024c707eec1705baff1599afcc0be2b50 /src/core/hle/service/acc/acc_u0.cpp
parentMerge pull request #7283 from Morph1984/stub-160 (diff)
downloadyuzu-bee6b71553c6ed1f25e0fab682cd7de2706ca75e.tar
yuzu-bee6b71553c6ed1f25e0fab682cd7de2706ca75e.tar.gz
yuzu-bee6b71553c6ed1f25e0fab682cd7de2706ca75e.tar.bz2
yuzu-bee6b71553c6ed1f25e0fab682cd7de2706ca75e.tar.lz
yuzu-bee6b71553c6ed1f25e0fab682cd7de2706ca75e.tar.xz
yuzu-bee6b71553c6ed1f25e0fab682cd7de2706ca75e.tar.zst
yuzu-bee6b71553c6ed1f25e0fab682cd7de2706ca75e.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/acc/acc_u0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc_u0.cpp b/src/core/hle/service/acc/acc_u0.cpp
index f7b19f595..df77c58f0 100644
--- a/src/core/hle/service/acc/acc_u0.cpp
+++ b/src/core/hle/service/acc/acc_u0.cpp
@@ -34,7 +34,7 @@ ACC_U0::ACC_U0(std::shared_ptr<Module> module_, std::shared_ptr<ProfileManager>
{140, &ACC_U0::InitializeApplicationInfoRestricted, "InitializeApplicationInfoRestricted"}, // 6.0.0+
{141, &ACC_U0::ListQualifiedUsers, "ListQualifiedUsers"}, // 6.0.0+
{150, &ACC_U0::IsUserAccountSwitchLocked, "IsUserAccountSwitchLocked"}, // 6.0.0+
- {160, &ACC_U0::Unknown160, "Unknown160"},
+ {160, &ACC_U0::InitializeApplicationInfoV2, "InitializeApplicationInfoV2"},
};
// clang-format on