mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-02 17:38:37 -04:00
hle: kernel: Migrate KEvent to KAutoObject.
This commit is contained in:
@@ -71,6 +71,8 @@ protected:
|
||||
|
||||
private:
|
||||
std::atomic<u32> object_id{0};
|
||||
|
||||
protected:
|
||||
std::string name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user