From f2988ecabcbab4bffd416f76f03806c874d32d1c Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Thu, 4 Nov 2021 02:57:13 -0400 Subject: 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. --- src/core/hle/service/acc/acc_u0.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/acc/acc_u0.cpp') 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_, std::shared_ptr {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 -- cgit v1.2.3