mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
core: hle: kernel: object: Implement Finalize() virtual method.
This commit is contained in:
parent
3cefddbb47
commit
eb3a02a3fd
15 changed files with 29 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue