mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 09:48:01 -05:00
kernel: readable_event: Initialize members.
This commit is contained in:
@ -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)
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user