mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fixed an issue where a struct member variable was not initialized.
This commit is contained in:
parent
cde5a728fd
commit
a8062de9ff
|
@ -395,6 +395,7 @@ void GuiGamelistOptions::openMetaDataEd()
|
|||
ScraperSearchParams p;
|
||||
p.game = file;
|
||||
p.system = file->getSystem();
|
||||
p.automaticMode = false;
|
||||
|
||||
std::function<void()> clearGameBtnFunc;
|
||||
std::function<void()> deleteGameBtnFunc;
|
||||
|
|
Loading…
Reference in a new issue