[Scummvm-devel] Changes to plugins and config manager
yotam barnoy
yotambarnoy at gmail.com
Tue Jan 4 15:46:11 CET 2011
> On a related matter:
>
> I think the NDS backend always had such a special domain in the game
> domain entires (there's some code in other places, which ignores it as
> game id entry). So since we have such a special domain group now, one
> might want to look into adapting that into using the misc group instead
> of the game group.
>
> // Johannes
Right -- this is one factor that convinced me to go the miscDomains
route. All that would have to change in the DS code is that instead of
calling addGameDomain(), it would call addMiscDomain(). Really, when
the DS reads the ini file it already files it as a miscDomain (since
there's no gameid) so that all of its reads are from there.
Yotam
More information about the Scummvm-devel
mailing list