Fixed minor clang warning.

This commit is contained in:
Stephen Anthony 2024-02-01 12:29:57 -03:30
parent 5a39e9666b
commit ac51eb10ad
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ void RomInfoWidget::parseProperties(const FSNode& node, bool full)
+ (isPlusCart ? " - PlusROM" : "")
+ buf.str());
}
#if DEBUG_BUILD && IMAGE_SUPPORT
#if defined(DEBUG_BUILD) && defined(IMAGE_SUPPORT)
// Debug bezel properties:
if(myProperties.get(PropType::Bezel_Name).empty())
myRomInfo.push_back("*Bezel: " + Bezel::getName(instance().bezelDir().getPath(), myProperties));