mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 14:47:55 -05:00
kernel: match calls to Register and Unregister
This commit is contained in:
@ -156,6 +156,7 @@ public:
|
||||
|
||||
auto* session = Kernel::KSession::Create(kernel);
|
||||
session->Initialize(nullptr, 0);
|
||||
Kernel::KSession::Register(kernel, session);
|
||||
|
||||
auto next_manager = std::make_shared<Service::SessionRequestManager>(
|
||||
kernel, manager->GetServerManager());
|
||||
|
Reference in New Issue
Block a user