mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-10 21:22:40 +00:00
Remove redundant initialization
This commit is contained in:
parent
8e1fb126d7
commit
c110ffcdaa
17 changed files with 25 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue