mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 22:27:53 -05:00
core: hle: kernel: object: Implement Finalize() virtual method.
This commit is contained in:
@ -47,6 +47,8 @@ public:
|
||||
|
||||
bool IsSignaled() const override;
|
||||
|
||||
void Finalize() override {}
|
||||
|
||||
private:
|
||||
explicit ReadableEvent(KernelCore& kernel);
|
||||
|
||||
|
Reference in New Issue
Block a user