mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-29 14:07:51 -05:00
sm:: avoid excessive port recreation
This commit is contained in:
@ -79,6 +79,7 @@ private:
|
||||
|
||||
/// Map of registered services, retrieved using GetServicePort.
|
||||
std::unordered_map<std::string, Kernel::SessionRequestHandlerPtr> registered_services;
|
||||
std::unordered_map<std::string, Kernel::KPort*> service_ports;
|
||||
|
||||
/// Kernel context
|
||||
Kernel::KernelCore& kernel;
|
||||
|
Reference in New Issue
Block a user