mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 23:07:57 -05: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