fix somme inits

Origin commit data
------------------
Commit: 2d11995d1d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
This commit is contained in:
Jacek Jendrzej
2020-01-18 00:10:20 +01:00
committed by vanhofen
parent fc52b1312e
commit 3a02f9ca37
4 changed files with 7 additions and 4 deletions

View File

@@ -752,6 +752,7 @@ bool CHDDMenuHandler::scanDevices()
hdd.mounted = false;
hdd.fmt = "";
hdd.desc = hdd.devname;
hdd.cmf = NULL;
hdd_list.push_back(hdd);
}