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

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Rodrigue <elie.rodrigue@nubik.ca>2017-05-17 15:44:33 +0300
committerElie Rodrigue <elie.rodrigue@nubik.ca>2017-05-17 15:44:33 +0300
commit9fd7f55f2d1c14c845fb62f15cb14d7ca4793507 (patch)
tree6a6321e401fa9781d252e2f95d86fddcf3499d02
parent3b29126c29755fd60fa249d4b456924f75fd2e9a (diff)
Removed the default system detection file
-rw-r--r--config/SystemsDetection.txt359
1 files changed, 0 insertions, 359 deletions
diff --git a/config/SystemsDetection.txt b/config/SystemsDetection.txt
deleted file mode 100644
index 6d3a4a10..00000000
--- a/config/SystemsDetection.txt
+++ /dev/null
@@ -1,359 +0,0 @@
-[
- {
- "Prefix": "I",
- "Image": "blank_nes.png",
- "SupportZip": true,
- "SystemName": "NES",
- "Executable": "/bin/nes",
- "Extensions": [
- ".nes"
- ]
- },
- {
- "Prefix": "S",
- "Image": "blank_nes.png",
- "SupportZip": true,
- "SystemName": "NES",
- "Executable": "/usr/bin/clover-kachikachi",
- "Extensions": [
- ".nes"
- ]
- },
- {
- "Prefix": "H",
- "Image": "blank_nes.png",
- "SupportZip": true,
- "SystemName": "NES",
- "Executable": "/bin/nes",
- "Extensions": [
- ".nes"
- ]
- },
- {
- "Prefix": "D",
- "Image": "blank_fds.png",
- "SupportZip": true,
- "SystemName": "Famicom Disk System",
- "Executable": "/bin/nes",
- "Extensions": [
- ".fds"
- ]
- },
- {
- "Prefix": "S",
- "Image": "blank_nes.png",
- "SupportZip": false,
- "SystemName": "NES",
- "Executable": "/bin/clover-kachikachi-wr",
- "Extensions": [
- ".nes"
- ]
- },
- {
- "Prefix": "S",
- "Image": "blank_nes.png",
- "SupportZip": false,
- "SystemName": "NES Default Games",
- "Executable": "",
- "Extensions": [
- ".nes"
- ]
- },
- {
- "Prefix": "U",
- "Image": "blank_snes-us.png",
- "SupportZip": true,
- "SystemName": "SNES",
- "Executable": "/bin/snes",
- "Extensions": [
- ".sfc",
- ".smc"
- ]
- },
- {
- "Prefix": "6",
- "Image": "blank_n64.png",
- "SupportZip": true,
- "SystemName": "Nintendo 64",
- "Executable": "/bin/n64",
- "Extensions": [
- ".n64",
- ".z64",
- ".v64"
- ]
- },
- {
- "Prefix": "M",
- "Image": "blank_sms.png",
- "SupportZip": true,
- "SystemName": "Sega Master System",
- "Executable": "/bin/sms",
- "Extensions": [
- ".sms"
- ]
- },
- {
- "Prefix": "G",
- "Image": "blank_genesis.png",
- "SupportZip": true,
- "SystemName": "Sega Genesis",
- "Executable": "/bin/md",
- "Extensions": [
- ".gen",
- ".md",
- ".smd"
- ]
- },
- {
- "Prefix": "3",
- "Image": "blank_32x.png",
- "SupportZip": true,
- "SystemName": "Sega 32X",
- "Executable": "/bin/32x",
- "Extensions": [
- ".gen",
- ".md",
- ".smd"
- ]
- },
- {
- "Prefix": "B",
- "Image": "blank_gb.png",
- "SupportZip": true,
- "SystemName": "Gameboy",
- "Executable": "/bin/gb",
- "Extensions": [
- ".gb"
- ]
- },
- {
- "Prefix": "7",
- "Image": "blank_2600.png",
- "SupportZip": true,
- "SystemName": "Atari 7800",
- "Executable": "/bin/a78",
- "Extensions": [
- ".a78"
- ]
- },
- {
- "Prefix": "X",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Atari Lynx",
- "Executable": "/bin/lnx",
- "Extensions": [
- ".lnx"
- ]
- },
- {
- "Prefix": "E",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "SuperGrafx",
- "Executable": "/bin/sgfx",
- "Extensions": [
- ".pce"
- ]
- },
- {
- "Prefix": "E",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "NeoGeo Pocket (Color)",
- "Executable": "/bin/ngc",
- "Extensions": [
- ".ngc"
- ]
- },
- {
- "Prefix": "E",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "NeoGeo Pocket",
- "Executable": "/bin/ngp",
- "Extensions": [
- ".ngp"
- ]
- },
- {
- "Prefix": "C",
- "Image": "blank_gbc.png",
- "SupportZip": true,
- "SystemName": "GameBoy Color",
- "Executable": "/bin/gbc",
- "Extensions": [
- ".gbc"
- ]
- },
- {
- "Prefix": "A",
- "Image": "blank_gba.png",
- "SupportZip": true,
- "SystemName": "GameBoy Advance",
- "Executable": "/bin/gba",
- "Extensions": [
- ".gba"
- ]
- },
- {
- "Prefix": "E",
- "Image": "blank_pce.png",
- "SupportZip": true,
- "SystemName": "Turbografx",
- "Executable": "/bin/pce",
- "Extensions": [
- ".pce"
- ]
- },
- {
- "Prefix": "R",
- "Image": "blank_gg.png",
- "SupportZip": true,
- "SystemName": "Sega GameGear",
- "Executable": "/bin/gg",
- "Extensions": [
- ".gg"
- ]
- },
- {
- "Prefix": "T",
- "Image": "blank_2600.png",
- "SupportZip": true,
- "SystemName": "Atari 2600",
- "Executable": "/bin/a26",
- "Extensions": [
- ".a26"
- ]
- },
- {
- "Prefix": "X",
- "Image": "blank_arcade.png",
- "SupportZip": true,
- "SystemName": "FinalBurn Alpha",
- "Executable": "/bin/fba",
- "Extensions": [
- ".zip"
- ]
- },
- {
- "Prefix": "X",
- "Image": "blank_arcade.png",
- "SupportZip": true,
- "SystemName": "Mame",
- "Executable": "/bin/mame",
- "Extensions": [
- ".zip"
- ]
- },
- {
- "Prefix": "X",
- "Image": "blank_arcade.png",
- "SupportZip": true,
- "SystemName": "Capcom CPS2",
- "Executable": "/bin/cps2",
- "Extensions": [
- ".zip"
- ]
- },
- {
- "Prefix": "X",
- "Image": "blank_neogeo.png",
- "SupportZip": true,
- "SystemName": "Neogeo",
- "Executable": "/bin/neogeo",
- "Extensions": [
- ".zip"
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": false,
- "SystemName": "Playstation",
- "Executable": "/bin/pcsx",
- "Extensions": [
- ".PBP"
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": false,
- "SystemName": "VirtualBoy",
- "Executable": "/bin/vb",
- "Extensions": [
- ".vb"
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Vectrex",
- "Executable": "/bin/vec",
- "Extensions": [
- ".vec"
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Unknow",
- "Executable": "/bin/7z",
- "Extensions": [
- ".7z"
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Unknow",
- "Executable": "null",
- "Extensions": [
- ""
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Unknow",
- "Executable": "/bin/7z",
- "Extensions": [
- ".7z"
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Unknow",
- "Executable": "null",
- "Extensions": [
- ""
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Unknow",
- "Executable": "/bin/7z",
- "Extensions": [
- ".7z"
- ]
- },
- {
- "Prefix": "Z",
- "Image": "blank_app.png",
- "SupportZip": true,
- "SystemName": "Unknow",
- "Executable": "null",
- "Extensions": [
- ""
- ]
- }
-] \ No newline at end of file