mirror of
https://codeberg.org/TheGreatMcPain/yuzu.git
synced 2025-03-15 03:14:48 +00:00
kernel: readable_event: Initialize members.
This commit is contained in:
parent
bec7e3b7d9
commit
28bb248db6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ private:
|
|||
void Signal();
|
||||
|
||||
ResetType reset_type;
|
||||
bool signaled;
|
||||
bool signaled{};
|
||||
|
||||
std::string name; ///< Name of event (optional)
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue