mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 04:07:57 -05:00
kernel: invert session request handling flow
This commit is contained in:
@ -21,8 +21,7 @@ public:
|
||||
explicit KSession(KernelCore& kernel_);
|
||||
~KSession() override;
|
||||
|
||||
void Initialize(KClientPort* port_, const std::string& name_,
|
||||
std::shared_ptr<SessionRequestManager> manager_ = nullptr);
|
||||
void Initialize(KClientPort* port_, const std::string& name_);
|
||||
|
||||
void Finalize() override;
|
||||
|
||||
|
Reference in New Issue
Block a user