Skip to content

Commit 1fff298

Browse files
committed
update
1 parent 833e819 commit 1fff298

15 files changed

Lines changed: 452 additions & 0 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.logs
2+
.caliber
13
*.sublime-workspace
24
*~
35
._*

bucket/3/3beans.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "Rolling Release",
3+
"description": "A low-level 3DS emulator",
4+
"homepage": "https://github.com/Hydr8gon/3Beans",
5+
"license": "GPL-3.0",
6+
"url": "https://github.com/Hydr8gon/3Beans/releases/download/release/3beans-windows.zip",
7+
"hash": "",
8+
"bin": "3beans.exe",
9+
"shortcuts": [
10+
[
11+
"3beans.exe",
12+
"3Beans"
13+
]
14+
],
15+
"checkver": {
16+
"github": "https://github.com/Hydr8gon/3Beans"
17+
},
18+
"autoupdate": {
19+
"url": "https://github.com/Hydr8gon/3Beans/releases/download/release/3beans-windows.zip"
20+
}
21+
}

bucket/c/chonkystation.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "alpha-1",
3+
"description": "ChonkyStation is a PlayStation 1 emulator fork",
4+
"homepage": "https://github.com/liuk7071/ChonkyStation4",
5+
"license": "GPL-3.0",
6+
"url": "https://github.com/liuk7071/ChonkyStation4/releases/download/alpha-1/ChonkyStation4.exe",
7+
"hash": "",
8+
"bin": "ChonkyStation4.exe",
9+
"shortcuts": [
10+
[
11+
"ChonkyStation4.exe",
12+
"ChonkyStation4"
13+
]
14+
],
15+
"checkver": {
16+
"github": "https://github.com/liuk7071/ChonkyStation4"
17+
},
18+
"autoupdate": {
19+
"url": "https://github.com/liuk7071/ChonkyStation4/releases/download/alpha-1/ChonkyStation4.exe"
20+
}
21+
}

bucket/c/ctrlui.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.3.1.0",
3+
"description": "CtrlUI is a Windows application, game, and emulator launcher for game controllers with overlay interface",
4+
"homepage": "https://github.com/dumbie/CtrlUI",
5+
"license": "MIT",
6+
"url": "https://github.com/dumbie/CtrlUI/releases/download/release/CtrlUI.zip",
7+
"hash": "",
8+
"extract_dir": "CtrlUI",
9+
"bin": [
10+
"Launcher.exe"
11+
],
12+
"shortcuts": [
13+
[
14+
"Launcher.exe",
15+
"CtrlUI"
16+
]
17+
],
18+
"checkver": {
19+
"github": "https://github.com/dumbie/CtrlUI"
20+
},
21+
"autoupdate": {
22+
"url": "https://github.com/dumbie/CtrlUI/releases/download/release/CtrlUI.zip"
23+
}
24+
}

bucket/d/deecy.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": "0.6.1",
3+
"description": "Deecy is a Dreamcast and PlayStation emulator written in Zig",
4+
"homepage": "https://github.com/Senryoku/Deecy",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/Senryoku/Deecy/releases/download/v0.6.1/Deecy-x86_64-windows.zip"
9+
}
10+
},
11+
"bin": "Deecy.exe",
12+
"shortcuts": [
13+
[
14+
"Deecy.exe",
15+
"Deecy"
16+
]
17+
],
18+
"checkver": {
19+
"github": "https://github.com/Senryoku/Deecy"
20+
},
21+
"autoupdate": {
22+
"architecture": {
23+
"64bit": {
24+
"url": "https://github.com/Senryoku/Deecy/releases/download/v$version/Deecy-x86_64-windows.zip"
25+
}
26+
}
27+
}
28+
}

bucket/e/emuze.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"version": "0.58.0",
3+
"description": "EMUZE is an emulation frontend that bundles and pre-configures multiple emulators for a console-like retro gaming experience",
4+
"homepage": "https://github.com/bmsuseluda/emuze",
5+
"license": "GPL-3.0",
6+
"url": "https://github.com/bmsuseluda/emuze/releases/download/v0.58.0/emuze-Setup-0.58.0.exe",
7+
"hash": "",
8+
"bin": [
9+
"EMUZE.exe"
10+
],
11+
"shortcuts": [
12+
[
13+
"EMUZE.exe",
14+
"EMUZE"
15+
]
16+
],
17+
"checkver": {
18+
"github": "https://github.com/bmsuseluda/emuze"
19+
},
20+
"autoupdate": {
21+
"url": "https://github.com/bmsuseluda/emuze/releases/download/v$version/emuze-Setup-$version.exe"
22+
}
23+
}

bucket/e/erockusarcade.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "14.1",
3+
"description": "Erockus Arcade is a frontend for MAME (Multiple Arcade Machine Emulator) designed to simplify using MAME",
4+
"homepage": "https://www.erockus.elementfx.com/arcade.html",
5+
"license": "Unknown",
6+
"url": "https://www.erockus.elementfx.com/Windows/ErockusArcade.zip",
7+
"hash": "",
8+
"bin": [
9+
"ErockusArcade.exe"
10+
],
11+
"shortcuts": [
12+
[
13+
"ErockusArcade.exe",
14+
"Erockus Arcade"
15+
]
16+
],
17+
"checkver": {
18+
"url": "https://www.erockus.elementfx.com/arcade.html",
19+
"re": "v([\\d.]+)"
20+
},
21+
"autoupdate": {
22+
"url": "https://www.erockus.elementfx.com/Windows/ErockusArcade.zip"
23+
}
24+
}

bucket/f/fbas64.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"version": "1.0.0.2",
3+
"description": "Final Burn Alpha is an emulator for arcade games and select consoles",
4+
"homepage": "https://github.com/finalburnneo/FBNeo",
5+
"license": "https://github.com/finalburnneo/FBNeo/blob/master/src/license.txt",
6+
"notes": [
7+
"",
8+
"Some users will get an error message when they start the emulator because the default renderer is using Direct3D 7.",
9+
"",
10+
"To change the renderer, go to Video > Select blitter.",
11+
""
12+
],
13+
"url": "https://github.com/finalburnneo/FBNeo/releases/download/v1.0.0.2/fbneo.zip",
14+
"hash": "9d09d210b007745c91143df61da46190d60a344b192ad79e3b6bc1f1140e0ec1",
15+
"extract_dir": "fbneo",
16+
"bin": "fbneo.exe",
17+
"shortcuts": [
18+
[
19+
"fbneo.exe",
20+
"Final Burn Alpha"
21+
]
22+
],
23+
"persist": [
24+
"avi",
25+
"config",
26+
"neocdiso",
27+
"recordings",
28+
"roms",
29+
"savestates",
30+
"screenshots",
31+
"support"
32+
],
33+
"checkver": "github",
34+
"autoupdate": {
35+
"url": "https://github.com/finalburnneo/FBNeo/releases/download/v$version/fbneo.zip"
36+
}
37+
}

bucket/f/fbneo64.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"version": "1.0.0.2",
3+
"description": "Final Burn Neo is an emulator for arcade games and select consoles (64-bit)",
4+
"homepage": "https://github.com/finalburnneo/FBNeo",
5+
"license": "https://github.com/finalburnneo/FBNeo/blob/master/src/license.txt",
6+
"notes": [
7+
"",
8+
"Some users will get an error message when they start the emulator because the default renderer is using Direct3D 7.",
9+
"",
10+
"To change the renderer, go to Video > Select blitter.",
11+
""
12+
],
13+
"architecture": {
14+
"64bit": {
15+
"url": "https://github.com/finalburnneo/FBNeo/releases/download/v1.0.0.2/windows-x86_64.zip",
16+
"hash": "sha256:c1ed255e84ec3c7efac42b6db8dbbd3bed2ca7bbba84fced9366e33c2945309c"
17+
}
18+
},
19+
"extract_dir": "fbneo",
20+
"bin": "fbneo64.exe",
21+
"shortcuts": [
22+
[
23+
"fbneo64.exe",
24+
"Final Burn Neo (64-bit)"
25+
]
26+
],
27+
"persist": [
28+
"avi",
29+
"config",
30+
"neocdiso",
31+
"recordings",
32+
"roms",
33+
"savestates",
34+
"screenshots",
35+
"support"
36+
],
37+
"checkver": "github",
38+
"autoupdate": {
39+
"architecture": {
40+
"64bit": {
41+
"url": "https://github.com/finalburnneo/FBNeo/releases/download/v$version/windows-x86_64.zip"
42+
}
43+
}
44+
}
45+
}

bucket/g/gopher64.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"version": "1.1.20",
3+
"description": "Gopher64 is an N64 emulator focused on accuracy and compatibility",
4+
"homepage": "https://github.com/gopher64/gopher64",
5+
"license": "GPL-3",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/gopher64/gopher64/releases/download/v1.1.20/gopher64-windows-x86_64.exe",
9+
"hash": "sha256:19929a3a91e9d2421360f2505c2feab60d9e30652d01ac8cb0854d062381d791",
10+
"bin": [
11+
[
12+
"gopher64-windows-x86_64.exe",
13+
"Gopher64"
14+
]
15+
],
16+
"shortcuts": [
17+
[
18+
"gopher64-windows-x86_64.exe",
19+
"Gopher64"
20+
]
21+
]
22+
}
23+
},
24+
"checkver": "github",
25+
"autoupdate": {
26+
"architecture": {
27+
"64bit": {
28+
"url": "https://github.com/gopher64/gopher64/releases/download/v$version/gopher64-windows-x86_64.exe"
29+
}
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)