[Scummvm-cvs-logs] CVS: scummvm/backends/dc selector.cpp,1.4,1.5

Marcus Comstedt marcus at mc.pp.se
Wed Feb 12 05:45:03 CET 2003


"J.Brown (Ender)" <ender at scummvm.org> writes:

> You also need at least .00 for Indy3 - can you please think about updating
> this code to use the shared gamedetector code? I have seen a -lot- of
> complaints because the DC release didn't pick up the new games supported
> in 0.3.0, so it'd be nice to avoid this in future releases :)

I'm using the shared gamedetector code to determine which game
something is if it is likely to actually be a game.  Is there also
shared code for determining if something is likely to be a game?

What I mean is that if I find "FOOFOO.000", I ask the shared
gamedector about "foofoo", and find out if it is a known game or an
unknown game, but if I find "README.TXT" I don't even make an entry in
the menu for it.  Is there a shared function I can pass "README.TXT"
to to find out it can't be a game?


  // Marcus






More information about the Scummvm-git-logs mailing list