mirror of
https://git.zaroz.cloud/nintendo-back-up/citra/citra.git
synced 2026-01-25 21:10:30 -08:00
fixup! fixup! Service::SM: Wait till client is registered
This commit is contained in:
parent
ae37b404c6
commit
cfd81be661
1 changed files with 1 additions and 2 deletions
|
|
@ -101,8 +101,7 @@ void SRV::GetServiceHandle(Kernel::HLERequestContext& ctx) {
|
|||
// TODO(yuriks): Permission checks go here
|
||||
|
||||
auto get_handle = [name, this](Kernel::SharedPtr<Kernel::Thread> thread,
|
||||
Kernel::HLERequestContext& ctx,
|
||||
ThreadWakeupReason reason) {
|
||||
Kernel::HLERequestContext& ctx, ThreadWakeupReason reason) {
|
||||
LOG_ERROR(Service_SRV, "called service={} wakeup", name);
|
||||
auto client_port = service_manager->GetServicePort(name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue