From 0cadbc02d97464228f76833d7f31d252a74275d2 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 2 Sep 2026 07:23:03 +0000 Subject: [PATCH] acc:u1 TrySelectUserWithoutInteraction --- src/core/hle/service/acc/acc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp index 37826b0752..f955d71d63 100644 --- a/src/core/hle/service/acc/acc.cpp +++ b/src/core/hle/service/acc/acc.cpp @@ -1387,6 +1387,7 @@ public: {5, &ACC_U1::GetProfile, "GetProfile"}, {6, nullptr, "GetProfileDigest"}, {50, &ACC_U1::IsUserRegistrationRequestPermitted, "IsUserRegistrationRequestPermitted"}, + {51, &ACC_U1::TrySelectUserWithoutInteractionDeprecated, "TrySelectUserWithoutInteractionDeprecated"}, {51, &ACC_U1::TrySelectUserWithoutInteraction, "TrySelectUserWithoutInteraction"}, {60, &ACC_U1::ListOpenContextStoredUsers, "ListOpenContextStoredUsers"}, {99, nullptr, "DebugActivateOpenContextRetention"},