hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid.
This commit is contained in:
parent
a493ab2678
commit
08d798b6fe
3 changed files with 26 additions and 5 deletions
|
@ -156,6 +156,8 @@ public:
|
|||
return session_handler->GetServiceThread();
|
||||
}
|
||||
|
||||
bool HasSessionRequestHandler(const HLERequestContext& context) const;
|
||||
|
||||
private:
|
||||
bool is_domain{};
|
||||
SessionRequestHandlerPtr session_handler;
|
||||
|
@ -163,7 +165,6 @@ private:
|
|||
|
||||
private:
|
||||
KernelCore& kernel;
|
||||
std::weak_ptr<ServiceThread> service_thread;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue