Explorar el Código

kernel: readable_event: Initialize members.

bunnei hace 6 años
padre
commit
28bb248db6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/hle/kernel/readable_event.h

+ 1 - 1
src/core/hle/kernel/readable_event.h

@@ -56,7 +56,7 @@ private:
     void Signal();
 
     ResetType reset_type;
-    bool signaled;
+    bool signaled{};
 
     std::string name; ///< Name of event (optional)
 };