mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 14:47:55 -05:00
kernel: convert KPort, KSession
This commit is contained in:
@ -155,7 +155,7 @@ public:
|
||||
Kernel::LimitableResource::SessionCountMax, 1);
|
||||
|
||||
auto* session = Kernel::KSession::Create(kernel);
|
||||
session->Initialize(nullptr, iface->GetServiceName());
|
||||
session->Initialize(nullptr, 0);
|
||||
|
||||
auto next_manager = std::make_shared<Service::SessionRequestManager>(
|
||||
kernel, manager->GetServerManager());
|
||||
|
Reference in New Issue
Block a user