mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 17:27:34 +01:00
kernel: readable_event: Initialize members.
This commit is contained in:
parent
bec7e3b7d9
commit
28bb248db6
@ -56,7 +56,7 @@ private:
|
|||||||
void Signal();
|
void Signal();
|
||||||
|
|
||||||
ResetType reset_type;
|
ResetType reset_type;
|
||||||
bool signaled;
|
bool signaled{};
|
||||||
|
|
||||||
std::string name; ///< Name of event (optional)
|
std::string name; ///< Name of event (optional)
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user