aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc_u0.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-11-04 02:57:13 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-11-04 02:57:13 -0400
commitf2988ecabcbab4bffd416f76f03806c874d32d1c (patch)
treedeea1ad4148e9189e6c53f310e26694a2669e0e8 /src/core/hle/service/acc/acc_u0.cpp
parent863e2e2b4f81dc09d878b53572025b4687413830 (diff)
service: acc: Stub acc:u0 '160'
- Used by Animal Crossing: New Horizons v2.0.0 Since the name is currently unknown, '160' is used as a placeholder.
Diffstat (limited to 'src/core/hle/service/acc/acc_u0.cpp')
-rw-r--r--src/core/hle/service/acc/acc_u0.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc_u0.cpp b/src/core/hle/service/acc/acc_u0.cpp
index ed241647c..f7b19f595 100644
--- a/src/core/hle/service/acc/acc_u0.cpp
+++ b/src/core/hle/service/acc/acc_u0.cpp
@@ -34,6 +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"},
};
// clang-format on