summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-04 18:45:53 +0100
committerGitHub <noreply@github.com>2021-11-04 18:45:53 +0100
commitb92c4abc96008b5898f905856b3acbeba31c3d61 (patch)
tree2ddcf51024c707eec1705baff1599afcc0be2b50 /src/core/hle/service/acc/acc.h
parentMerge pull request #7283 from Morph1984/stub-160 (diff)
parentservice/acc: Rename Unknown160 to InitializeApplicationInfoV2 (diff)
downloadyuzu-b92c4abc96008b5898f905856b3acbeba31c3d61.tar
yuzu-b92c4abc96008b5898f905856b3acbeba31c3d61.tar.gz
yuzu-b92c4abc96008b5898f905856b3acbeba31c3d61.tar.bz2
yuzu-b92c4abc96008b5898f905856b3acbeba31c3d61.tar.lz
yuzu-b92c4abc96008b5898f905856b3acbeba31c3d61.tar.xz
yuzu-b92c4abc96008b5898f905856b3acbeba31c3d61.tar.zst
yuzu-b92c4abc96008b5898f905856b3acbeba31c3d61.zip
Diffstat (limited to 'src/core/hle/service/acc/acc.h')
-rw-r--r--src/core/hle/service/acc/acc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h
index 7e8fcf2af..f7e9bc4f8 100644
--- a/src/core/hle/service/acc/acc.h
+++ b/src/core/hle/service/acc/acc.h
@@ -33,7 +33,7 @@ public:
void IsUserRegistrationRequestPermitted(Kernel::HLERequestContext& ctx);
void TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx);
void IsUserAccountSwitchLocked(Kernel::HLERequestContext& ctx);
- void Unknown160(Kernel::HLERequestContext& ctx);
+ void InitializeApplicationInfoV2(Kernel::HLERequestContext& ctx);
void GetProfileEditor(Kernel::HLERequestContext& ctx);
void ListQualifiedUsers(Kernel::HLERequestContext& ctx);
void LoadOpenContext(Kernel::HLERequestContext& ctx);