Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'retroarch.hmod/etc/libretro/info/example')
-rw-r--r--retroarch.hmod/etc/libretro/info/example51
1 files changed, 0 insertions, 51 deletions
diff --git a/retroarch.hmod/etc/libretro/info/example b/retroarch.hmod/etc/libretro/info/example
deleted file mode 100644
index 88a853b..0000000
--- a/retroarch.hmod/etc/libretro/info/example
+++ /dev/null
@@ -1,51 +0,0 @@
-## All data is optional, but helps improve user experience.
-
-# Name displayed when the user is selecting the core:
-# display_name = "NES / Famicom"
-
-# Name of the authors who wrote the core:
-# authors = "Martin Freij|R. Belmont|R. Danbrook"
-
-# List of extensions the core supports:
-# supported_extensions = "nes|fds"
-
-# Name of the core:
-# corename = "Nestopia"
-
-# Name of the manufacturer who produced the emulated system:
-# manufacturer = "Nintendo"
-#
-# Categories that the core belongs to (optional):
-# categories = "Emulator"
-
-# Name of the system that the core targets (optional):
-# systemname = "Nintendo Entertainment System"
-
-# Name of the database that the core supports (optional):
-# database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System"
-
-# License of the cores source code:
-# license = "GPLv3"
-
-# Privacy-specific permissions needed for using the core:
-# permissions = ""
-
-# Version of the core:
-# display_version = "v0.2.97.30"
-
-# Whether or not the core requires an external file to work:
-# supports_no_game = "false"
-
-# 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"
-
-# Additional notes:
-#notes = "note1|note2|note3 with spaces|note 4 with spaces|note 5 (test)|note6"