mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 03:47:58 -05:00
core: hle: kernel: object: Implement Finalize() virtual method.
This commit is contained in:
@ -39,6 +39,8 @@ public:
|
||||
|
||||
bool IsSignaled() const override;
|
||||
|
||||
void Finalize() override {}
|
||||
|
||||
std::shared_ptr<ClientSession> Client() {
|
||||
if (auto result{client.lock()}) {
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user