Updated the example info file

This commit is contained in:
AndresSM 2014-03-03 18:29:58 -05:00
parent 356311088d
commit 38c9a3f395

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"