summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.cpp
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-11-07 01:46:04 +0100
committerDavid Marcec <dmarcecguzman@gmail.com>2018-11-07 01:46:04 +0100
commit49cb4fa37b297a8d9a92209a2d7b5bdb16baa424 (patch)
tree0434376ad7aa1496e349f5568a79b1ee1c4a41dd /src/core/hle/service/acc/acc.cpp
parentImplement acc:TrySelectUserWithoutInteraction (diff)
downloadyuzu-49cb4fa37b297a8d9a92209a2d7b5bdb16baa424.tar
yuzu-49cb4fa37b297a8d9a92209a2d7b5bdb16baa424.tar.gz
yuzu-49cb4fa37b297a8d9a92209a2d7b5bdb16baa424.tar.bz2
yuzu-49cb4fa37b297a8d9a92209a2d7b5bdb16baa424.tar.lz
yuzu-49cb4fa37b297a8d9a92209a2d7b5bdb16baa424.tar.xz
yuzu-49cb4fa37b297a8d9a92209a2d7b5bdb16baa424.tar.zst
yuzu-49cb4fa37b297a8d9a92209a2d7b5bdb16baa424.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/acc/acc.cpp1
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
}
void Module::Interface::TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx) {
+ LOG_DEBUG(Service_ACC, "called");
// A u8 is passed into this function which we can safely ignore. It's to determain if we have
// access to use the network or not by the looks of it
IPC::ResponseBuilder rb{ctx, 6};