hle: service: sm: Refactor to better manage ports.

This commit is contained in:
bunnei 2021-06-30 18:06:47 -07:00
parent 66da530a81
commit 4e7c75d592
4 changed files with 47 additions and 45 deletions

View file

@ -125,7 +125,7 @@ private:
/// Flag to store if a port was already create/installed to detect multiple install attempts,
/// which is not supported.
bool port_installed = false;
bool service_registered = false;
/// Function used to safely up-cast pointers to the derived class before invoking a handler.
InvokerFn* handler_invoker;