mirror of https://github.com/stella-emu/stella.git
Fix issue #363; too eager pruning in previous commit.
This commit is contained in:
parent
aa9b4fb3b7
commit
12b18e5b71
|
@ -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
|
// 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
|
// For initial creation of the Cart, we're only concerned with the BS type
|
||||||
Properties props;
|
Properties props;
|
||||||
|
myPropSet->getMD5(md5, props);
|
||||||
|
|
||||||
// Local helper method
|
// Local helper method
|
||||||
auto CMDLINE_PROPS_UPDATE = [&](const string& name, PropertyType prop)
|
auto CMDLINE_PROPS_UPDATE = [&](const string& name, PropertyType prop)
|
||||||
|
|
Loading…
Reference in New Issue