diff --git a/dist/info/example b/dist/info/example index de602713..16754bbb 100644 --- a/dist/info/example +++ b/dist/info/example @@ -22,4 +22,16 @@ # permissions = "" # Notes -#notes = "note1|note2|note3 with spaces|note 4 with spaces|note 5 (test)|note6" \ No newline at end of file +#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" +