Merge pull request #43 from fr500/master

Updated the example info file
This commit is contained in:
Twinaphex 2014-03-04 01:15:57 +01:00
commit d1ad1878df
1 changed files with 13 additions and 1 deletions

12
dist/info/example vendored
View File

@ -23,3 +23,15 @@
# Notes
#notes = "note1|note2|note3 with spaces|note 4 with spaces|note 5 (test)|note6"
# The number of mandatory/optional firmware files the core needs
# firmware_count = 7
# Firmware entries should be named from 0
# Firmware description
# firmware0_desc = "filename (Description)" ex: firmware0_desc = "bios.gg (GameGear BIOS)"
# Firmware path
# firmware0_path = "filename.ext" ex: firmware0_path = "bios.gg"
# Is firmware optional or not, if not defined RetroArch will assume it is required
# firmware0_opt = "true/false"