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