Just some renaming and cleanup

This commit is contained in:
Henrik Rydgård
2025-11-04 19:02:41 +01:00
parent 1facc4d485
commit 4edb8e53cd
9 changed files with 60 additions and 53 deletions
+1 -1
View File
@@ -856,7 +856,7 @@ handleELF:
if (flags_ & GameInfoFlags::PARAM_SFO) {
// We fetch the hasConfig together with the params, since that's what fills out the id.
info_->hasConfig = g_Config.hasGameConfig(info_->id);
info_->hasConfig = g_Config.HasGameConfig(info_->id);
}
if (flags_ & GameInfoFlags::SIZE) {