mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 09:38:00 -05:00
service: use interface factory in server manager
This commit is contained in:
@ -75,6 +75,7 @@ protected:
|
||||
|
||||
using SessionRequestHandlerWeakPtr = std::weak_ptr<SessionRequestHandler>;
|
||||
using SessionRequestHandlerPtr = std::shared_ptr<SessionRequestHandler>;
|
||||
using SessionRequestHandlerFactory = std::function<SessionRequestHandlerPtr()>;
|
||||
|
||||
/**
|
||||
* Manages the underlying HLE requests for a session, and whether (or not) the session should be
|
||||
|
Reference in New Issue
Block a user