diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/acc/acc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp index 870410476..18c68e69a 100644 --- a/src/core/hle/service/acc/acc.cpp +++ b/src/core/hle/service/acc/acc.cpp | |||
| @@ -243,6 +243,7 @@ void Module::Interface::GetBaasAccountManagerForApplication(Kernel::HLERequestCo | |||
| 243 | } | 243 | } |
| 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 | // 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 determain if we have |
| 247 | // 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 |
| 248 | IPC::ResponseBuilder rb{ctx, 6}; | 249 | IPC::ResponseBuilder rb{ctx, 6}; |