mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 13:08:02 -05:00
core: hle: kernel: object: Implement Finalize() virtual method.
This commit is contained in:
@ -126,6 +126,8 @@ public:
|
||||
|
||||
bool IsSignaled() const override;
|
||||
|
||||
void Finalize() override {}
|
||||
|
||||
private:
|
||||
/// Queues a sync request from the emulated application.
|
||||
ResultCode QueueSyncRequest(std::shared_ptr<KThread> thread, Core::Memory::Memory& memory);
|
||||
|
Reference in New Issue
Block a user