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