mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 06:18:23 +00:00
Clarified detection filenames for HE games (removed FIXME comments).
svn-id: r21835
This commit is contained in:
parent
491d5ad12e
commit
3fa9fa06c2
@ -629,17 +629,15 @@ Common::String generateFilenameForDetection(const GameFilenamePattern &gfp) {
|
||||
break;
|
||||
|
||||
case kGenHEMac:
|
||||
// FIXME: Is this correct?
|
||||
snprintf(buf, sizeof(buf), "%s (0)", gfp.pattern);
|
||||
break;
|
||||
|
||||
case kGenHEMacNoParens:
|
||||
// FIXME: Is this correct?
|
||||
snprintf(buf, sizeof(buf), "%s 0", gfp.pattern);
|
||||
break;
|
||||
|
||||
default:
|
||||
error("FOO");
|
||||
error("generateFilenameForDetection: Unhandled genMethod");
|
||||
}
|
||||
|
||||
return buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user