mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 11:58:13 -05:00
core: hle: kernel: object: Implement Finalize() virtual method.
This commit is contained in:
@ -51,6 +51,8 @@ public:
|
||||
|
||||
bool IsSignaled() const override;
|
||||
|
||||
void Finalize() override {}
|
||||
|
||||
private:
|
||||
static ResultVal<std::shared_ptr<ClientSession>> Create(KernelCore& kernel,
|
||||
std::shared_ptr<Session> parent,
|
||||
|
Reference in New Issue
Block a user