diff options
author | bunnei <bunneidev@gmail.com> | 2018-11-08 05:41:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 05:41:06 +0100 |
commit | 481d8716e0cdb4d4d0afcd24d25e15c785670328 (patch) | |
tree | 1582970fb2e677cbdc869cb7ebfcae3accb4d0a6 /src/core/hle/service/acc/acc.h | |
parent | Merge pull request #1630 from bunnei/fix-mapbufferex (diff) | |
parent | fixed spelling error (diff) | |
download | yuzu-481d8716e0cdb4d4d0afcd24d25e15c785670328.tar yuzu-481d8716e0cdb4d4d0afcd24d25e15c785670328.tar.gz yuzu-481d8716e0cdb4d4d0afcd24d25e15c785670328.tar.bz2 yuzu-481d8716e0cdb4d4d0afcd24d25e15c785670328.tar.lz yuzu-481d8716e0cdb4d4d0afcd24d25e15c785670328.tar.xz yuzu-481d8716e0cdb4d4d0afcd24d25e15c785670328.tar.zst yuzu-481d8716e0cdb4d4d0afcd24d25e15c785670328.zip |
Diffstat (limited to 'src/core/hle/service/acc/acc.h')
-rw-r--r-- | src/core/hle/service/acc/acc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h index c7ed74351..89b2104fa 100644 --- a/src/core/hle/service/acc/acc.h +++ b/src/core/hle/service/acc/acc.h @@ -27,6 +27,7 @@ public: void InitializeApplicationInfo(Kernel::HLERequestContext& ctx); void GetBaasAccountManagerForApplication(Kernel::HLERequestContext& ctx); void IsUserRegistrationRequestPermitted(Kernel::HLERequestContext& ctx); + void TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx); protected: std::shared_ptr<Module> module; |