[ scummvm-Bugs-616748 ] ALL:Launcher is not showing all games
noreply at sourceforge.net
noreply at sourceforge.net
Mon Sep 30 22:37:47 CEST 2002
Bugs item #616748, was opened at 2002-09-30 20:37
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=616748&group_id=37116
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mikesch Nepomuk (mnepomuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: ALL:Launcher is not showing all games
Initial Comment:
Given a set of entries in cfg file not all are shown in the
launcher dialog.
Reason:
LauncherDialog::LauncherDialog in
if (g_config->has_domain(v->filename)) {
is searching case sensitive in the cfg file,
where GameDetector::parseCommandLine with
g_config->set_writing(true);
has just placed the command argument w/o case check.
So "scummvm -w -p whatever/mi1/ monkeyvga" would
result in an "monkeyvga" entry but isn't found later since
the "monkeyVGA" in version_settings.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=616748&group_id=37116
More information about the Scummvm-tracker
mailing list