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-14 18:33:10 +0300
committerElie Rodrigue <elie.rodrigue@nubik.ca>2017-05-14 18:33:10 +0300
commit6d62af63c8ac13d3df4bd38af36cf7d1165a5ef1 (patch)
tree141d185ae63bbf0beab6bf69612b737437286f08
parent4a30db060a487c6b77c92008ba54d6377607d292 (diff)
Default System files
-rw-r--r--config/SystemsDectection.txt359
-rw-r--r--hakchi_gui.csproj3
2 files changed, 362 insertions, 0 deletions
diff --git a/config/SystemsDectection.txt b/config/SystemsDectection.txt
new file mode 100644
index 00000000..6d3a4a10
--- /dev/null
+++ b/config/SystemsDectection.txt
@@ -0,0 +1,359 @@
+[
+ {
+ "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
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 35cda64b..bbab1969 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -1067,6 +1067,9 @@
<Content Include="art\README.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
+ <Content Include="config\SystemsDectection.txt">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
<Content Include="data\fes1.bin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>