EmulatorArchive / bluemsx-wii

Automatically exported from code.google.com/p/bluemsx-wii
1 stars 0 forks source link

Feature: Remove the need for the ScreenShot element in 'gamelist.xml' #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When the 'ScreenShot' element(s) do not exist in xml, make up a file name
for the screenshots automatically. This makes it more convenient to add games.
How to determine the name:
Parse tokens in command-line and find the file name for the main game (can
be a rom, disk, casette). When it is in a zip, 'strcat' both zip name and
file name in zip together. Remove spaces (I don't like spaces in file names).

Original issue reported on code.google.com by timb...@gmail.com on 28 Aug 2009 at 8:16