mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-11 00:15:45 +00:00
core: hle: kernel: object: Implement Finalize() virtual method.
This commit is contained in:
@@ -308,6 +308,8 @@ public:
|
||||
|
||||
bool IsSignaled() const override;
|
||||
|
||||
void Finalize() override {}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Thread-local storage management
|
||||
|
||||
|
||||
Reference in New Issue
Block a user