mirror of https://github.com/stella-emu/stella.git
more work on bezel name properties
This commit is contained in:
parent
92307092b8
commit
39caf7d629
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -166,6 +166,11 @@ void RomInfoWidget::parseProperties(const FSNode& node, bool full)
|
|||
+ (isPlusCart ? " - PlusROM" : "")
|
||||
+ buf.str());
|
||||
}
|
||||
// Debug bezel properties:
|
||||
//if(myProperties.get(PropType::Bezel_Name).empty())
|
||||
// myRomInfo.push_back("*Bezel: " + Bezel::getName(instance().bezelDir().getPath(), myProperties));
|
||||
//else
|
||||
// myRomInfo.push_back(" Bezel: " + myProperties.get(PropType::Bezel_Name));
|
||||
}
|
||||
|
||||
setDirty();
|
||||
|
|
Loading…
Reference in New Issue