diff options
| author | 2018-11-07 12:04:43 +1100 | |
|---|---|---|
| committer | 2018-11-07 12:04:43 +1100 | |
| commit | ad45d688714f53fbceb83bad1e00a6d55f473b00 (patch) | |
| tree | f332f05578894dd54a9b60c58f1f0f9b6b6e04e9 | |
| parent | Added missing log (diff) | |
| download | yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar.gz yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar.xz yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.zip | |
fixed spelling error
Diffstat (limited to '')
| -rw-r--r-- | src/core/hle/service/acc/acc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp index 18c68e69a..8318eff5f 100644 --- a/src/core/hle/service/acc/acc.cpp +++ b/src/core/hle/service/acc/acc.cpp | |||
| @@ -244,7 +244,7 @@ void Module::Interface::GetBaasAccountManagerForApplication(Kernel::HLERequestCo | |||
| 244 | 244 | ||
| 245 | void Module::Interface::TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx) { | 245 | void Module::Interface::TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx) { |
| 246 | LOG_DEBUG(Service_ACC, "called"); | 246 | LOG_DEBUG(Service_ACC, "called"); |
| 247 | // A u8 is passed into this function which we can safely ignore. It's to determain if we have | 247 | // A u8 is passed into this function which we can safely ignore. It's to determine if we have |
| 248 | // access to use the network or not by the looks of it | 248 | // access to use the network or not by the looks of it |
| 249 | IPC::ResponseBuilder rb{ctx, 6}; | 249 | IPC::ResponseBuilder rb{ctx, 6}; |
| 250 | if (profile_manager->GetUserCount() != 1) { | 250 | if (profile_manager->GetUserCount() != 1) { |