more work on bezel name properties

This commit is contained in:
thrust26 2024-01-07 10:50:10 +01:00
parent 92307092b8
commit 39caf7d629
3 changed files with 649 additions and 313 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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();