mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 09:38:02 -05:00
core: hle: kernel: object: Implement Finalize() virtual method.
This commit is contained in:
@ -61,6 +61,8 @@ public:
|
||||
*/
|
||||
bool IsWaitable() const;
|
||||
|
||||
virtual void Finalize() = 0;
|
||||
|
||||
protected:
|
||||
/// The kernel instance this object was created under.
|
||||
KernelCore& kernel;
|
||||
|
Reference in New Issue
Block a user