Fix issue #363; too eager pruning in previous commit.

This commit is contained in:
Stephen Anthony 2018-08-22 10:17:53 -02:30
parent aa9b4fb3b7
commit 12b18e5b71
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ unique_ptr<Console> OSystem::openConsole(const FilesystemNode& romfile, string&
// Get a valid set of properties, including any entered on the commandline
// For initial creation of the Cart, we're only concerned with the BS type
Properties props;
myPropSet->getMD5(md5, props);
// Local helper method
auto CMDLINE_PROPS_UPDATE = [&](const string& name, PropertyType prop)