From 38c9a3f3952a31d88de10817617275bd5f87cd24 Mon Sep 17 00:00:00 2001 From: AndresSM Date: Mon, 3 Mar 2014 18:29:58 -0500 Subject: [PATCH] Updated the example info file --- dist/info/example | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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" +