mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove redundant initialization
This commit is contained in:
@ -92,8 +92,8 @@ static bool s_bSaveConfig = false, s_bNetPlay = false;
|
||||
static bool s_bClearSave = false;
|
||||
static bool s_bDiscChange = false;
|
||||
static bool s_bReset = false;
|
||||
static std::string s_author = "";
|
||||
static std::string s_discChange = "";
|
||||
static std::string s_author;
|
||||
static std::string s_discChange;
|
||||
static std::array<u8, 16> s_MD5;
|
||||
static u8 s_bongos, s_memcards;
|
||||
static std::array<u8, 20> s_revision;
|
||||
|
Reference in New Issue
Block a user