David Marcec 7 лет назад
Родитель
Сommit
49cb4fa37b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/core/hle/service/acc/acc.cpp

+ 1 - 0
src/core/hle/service/acc/acc.cpp

@@ -243,6 +243,7 @@ void Module::Interface::GetBaasAccountManagerForApplication(Kernel::HLERequestCo
 }
 }
 
 
 void Module::Interface::TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx) {
 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
     // 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
     // access to use the network or not by the looks of it
     IPC::ResponseBuilder rb{ctx, 6};
     IPC::ResponseBuilder rb{ctx, 6};