libretro-super/dist/info/example

52 lines
1.6 KiB
Plaintext
Raw Normal View History

## All data is optional, but helps improve user experience.
2015-05-12 02:19:07 +00:00
# Name displayed when the user is selecting the core:
# display_name = "NES / Famicom"
2015-05-12 02:19:07 +00:00
# Name of the authors who wrote the core:
2015-01-25 11:16:27 +00:00
# authors = "Martin Freij|R. Belmont|R. Danbrook"
2015-05-12 02:19:07 +00:00
# List of extensions the core supports:
# supported_extensions = "nes|fds"
2015-05-12 02:19:07 +00:00
# Name of the core:
# corename = "Nestopia"
2015-05-12 02:19:07 +00:00
# Name of the manufacturer who produced the emulated system:
# manufacturer = "Nintendo"
2014-12-14 18:20:54 +00:00
#
2015-05-12 02:19:07 +00:00
# Categories that the core belongs to (optional):
2014-12-14 18:20:54 +00:00
# categories = "Emulator"
2015-05-12 02:19:07 +00:00
# Name of the system that the core targets (optional):
# systemname = "Nintendo Entertainment System"
2013-12-14 18:24:27 +00:00
2015-05-12 02:19:07 +00:00
# Name of the database that the core supports (optional):
2015-01-25 11:16:27 +00:00
# database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System"
2015-05-12 02:19:07 +00:00
# License of the cores source code:
2013-12-14 18:24:27 +00:00
# license = "GPLv3"
2015-05-12 02:19:07 +00:00
# Privacy-specific permissions needed for using the core:
2013-12-14 18:24:27 +00:00
# permissions = ""
2014-03-03 07:01:18 +00:00
2015-05-12 02:19:07 +00:00
# Version of the core:
# display_version = "v0.2.97.30"
2015-05-12 02:19:07 +00:00
# Whether or not the core requires an external file to work:
2015-01-25 11:16:27 +00:00
# supports_no_game = "false"
2014-03-03 23:29:58 +00:00
2015-05-12 02:19:07 +00:00
# The number of mandatory/optional firmware files the core needs:
2014-03-03 23:29:58 +00:00
# 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"
2015-05-12 02:19:07 +00:00
# Additional notes:
2015-01-25 11:16:27 +00:00
#notes = "note1|note2|note3 with spaces|note 4 with spaces|note 5 (test)|note6"