not sure if this is more just a question or possibly a suggestion.
Can specific game data be stored and accessed from the info.conf file? I know we can put whatever extra data for a system, but how about games? If not, is it possible to add support for this? I know the xml data fields are static, so i was hoping the code for info.conf files might be a little more flexible.
example:
## System Data
menu name = system name
year = 1999
type = console
## Game Data
game1.plot = yada yada yada
game1.multiplayer = simultaneous
game2.plot = things and stuff
game2.multiplayer = alternating
or
## System Data
menu name = system name
year = 1999
type = console
## Game Data
[game1]
plot = yada yada yada
multiplayer = simultaneous
[game2]
plot = things and stuff
multiplayer = alternating