mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 09:38:02 -05: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