mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix uninitialized variable warnings (C26495)
This commit is contained in:
@ -160,8 +160,8 @@ public:
|
||||
return GetSystemTimeFAT();
|
||||
}
|
||||
|
||||
File::IOFile* m_image;
|
||||
bool m_deterministic;
|
||||
File::IOFile* m_image = nullptr;
|
||||
bool m_deterministic = false;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
|
Reference in New Issue
Block a user