@simeonradivoev/gameflow-store 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/buckets/emulators/AZAHAR.json +5 -0
- package/buckets/emulators/CEMU.json +4 -0
- package/buckets/emulators/DOLPHIN.json +23 -0
- package/buckets/emulators/DUCKSTATION.json +9 -0
- package/buckets/emulators/PCSX2.json +5 -0
- package/buckets/emulators/PPSSPP.json +8 -0
- package/buckets/emulators/RPCS3.json +9 -0
- package/buckets/emulators/RYUJINX.json +5 -0
- package/buckets/emulators/XEMU.json +9 -0
- package/buckets/emulators/XENIA-EDGE.json +4 -0
- package/buckets/emulators/XENIA.json +4 -0
- package/package.json +1 -1
- package/schema/emulator.json +65 -22
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"type": "github",
|
|
18
18
|
"path": "azahar-emu/azahar",
|
|
19
19
|
"pattern": "azahar-*-windows-msvc.zip"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "scoop",
|
|
23
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/azahar.json"
|
|
20
24
|
}
|
|
21
25
|
],
|
|
22
26
|
"linux:x64": [
|
|
@@ -33,6 +37,7 @@
|
|
|
33
37
|
"flatpak": "org.azahar_emu.Azahar"
|
|
34
38
|
},
|
|
35
39
|
"type": "emulator",
|
|
40
|
+
"bios": "required",
|
|
36
41
|
"systems": [
|
|
37
42
|
"3ds"
|
|
38
43
|
],
|
|
@@ -11,6 +11,28 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/dolphin-emu/dolphin.git"
|
|
13
13
|
},
|
|
14
|
+
"downloads": {
|
|
15
|
+
"linux:x64": [
|
|
16
|
+
{
|
|
17
|
+
"type": "github",
|
|
18
|
+
"path": "pkgforge-dev/Dolphin-emu-AppImage",
|
|
19
|
+
"pattern": "Dolphin_Emulator-*-anylinux-x86_64.AppImage "
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"linux:arm64": [
|
|
23
|
+
{
|
|
24
|
+
"type": "github",
|
|
25
|
+
"path": "pkgforge-dev/Dolphin-emu-AppImage",
|
|
26
|
+
"pattern": "Dolphin_Emulator-*-anylinux-aarch64.AppImage"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"win32:x64": [
|
|
30
|
+
{
|
|
31
|
+
"type": "scoop",
|
|
32
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/dolphin.json"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
14
36
|
"keywords": [
|
|
15
37
|
"cemu",
|
|
16
38
|
"emulation",
|
|
@@ -18,6 +40,7 @@
|
|
|
18
40
|
"nintendo",
|
|
19
41
|
"wiiu"
|
|
20
42
|
],
|
|
43
|
+
"bios": "optional",
|
|
21
44
|
"aliases": {
|
|
22
45
|
"winget": "DolphinEmulator.Dolphin",
|
|
23
46
|
"scoop": "games/dolphin",
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"type": "github",
|
|
18
18
|
"path": "stenzek/duckstation",
|
|
19
19
|
"pattern": "duckstation-windows-x64-release.zip"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "scoop",
|
|
23
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/duckstation.json"
|
|
20
24
|
}
|
|
21
25
|
],
|
|
22
26
|
"win32:arm64": [
|
|
@@ -24,6 +28,10 @@
|
|
|
24
28
|
"type": "github",
|
|
25
29
|
"path": "stenzek/duckstation",
|
|
26
30
|
"pattern": "duckstation-windows-arm64-release.zip"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "scoop",
|
|
34
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/duckstation.json"
|
|
27
35
|
}
|
|
28
36
|
],
|
|
29
37
|
"linux:x64": [
|
|
@@ -46,6 +54,7 @@
|
|
|
46
54
|
"scoop": "games/duckstation"
|
|
47
55
|
},
|
|
48
56
|
"type": "emulator",
|
|
57
|
+
"bios": "required",
|
|
49
58
|
"systems": [
|
|
50
59
|
"psx"
|
|
51
60
|
],
|
|
@@ -17,12 +17,17 @@
|
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "https://github.com/PCSX2/pcsx2.git"
|
|
19
19
|
},
|
|
20
|
+
"bios": "required",
|
|
20
21
|
"downloads": {
|
|
21
22
|
"win32:x64": [
|
|
22
23
|
{
|
|
23
24
|
"type": "github",
|
|
24
25
|
"path": "PCSX2/pcsx2",
|
|
25
26
|
"pattern": "pcsx2-*-windows-x64-Qt.7z"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"type": "scoop",
|
|
30
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/pcsx2.json"
|
|
26
31
|
}
|
|
27
32
|
],
|
|
28
33
|
"linux:x64": [
|
|
@@ -27,6 +27,10 @@
|
|
|
27
27
|
"type": "github",
|
|
28
28
|
"path": "hrydgard/ppsspp",
|
|
29
29
|
"pattern": "PPSSPP-*-Windows-x64.zip"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "scoop",
|
|
33
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/ppsspp.json"
|
|
30
34
|
}
|
|
31
35
|
],
|
|
32
36
|
"win32:arm64": [
|
|
@@ -34,6 +38,10 @@
|
|
|
34
38
|
"type": "github",
|
|
35
39
|
"path": "hrydgard/ppsspp",
|
|
36
40
|
"pattern": "PPSSPP-*-Windows-ARM64.zip"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "scoop",
|
|
44
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/ppsspp.json"
|
|
37
45
|
}
|
|
38
46
|
],
|
|
39
47
|
"linux:x64": [
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
"type": "github",
|
|
27
27
|
"path": "RPCS3/rpcs3-binaries-win",
|
|
28
28
|
"pattern": "rpcs3-*_win64_msvc.7z"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"type": "scoop",
|
|
32
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/rpcs3.json"
|
|
29
33
|
}
|
|
30
34
|
],
|
|
31
35
|
"win32:arm64": [
|
|
@@ -33,6 +37,10 @@
|
|
|
33
37
|
"type": "github",
|
|
34
38
|
"path": "RPCS3/rpcs3-binaries-win-arm64",
|
|
35
39
|
"pattern": "rpcs3-*_win64_aarch64_clang.7z "
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"type": "scoop",
|
|
43
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/rpcs3.json"
|
|
36
44
|
}
|
|
37
45
|
],
|
|
38
46
|
"linux:x64": [
|
|
@@ -70,6 +78,7 @@
|
|
|
70
78
|
"flatpak": "net.rpcs3.RPCS3"
|
|
71
79
|
},
|
|
72
80
|
"type": "emulator",
|
|
81
|
+
"bios": "required",
|
|
73
82
|
"systems": [
|
|
74
83
|
"ps3"
|
|
75
84
|
],
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"type": "gitlab",
|
|
18
18
|
"path": "ryubing/ryujinx",
|
|
19
19
|
"pattern": "ryujinx-*-win_x64.zip"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "scoop",
|
|
23
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/ryujinx.json"
|
|
20
24
|
}
|
|
21
25
|
],
|
|
22
26
|
"linux:x64": [
|
|
@@ -43,6 +47,7 @@
|
|
|
43
47
|
"flatpak": "io.github.ryubing.Ryujinx"
|
|
44
48
|
},
|
|
45
49
|
"type": "emulator",
|
|
50
|
+
"bios": "required",
|
|
46
51
|
"systems": [
|
|
47
52
|
"switch"
|
|
48
53
|
],
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"type": "github",
|
|
18
18
|
"path": "xemu-project/xemu",
|
|
19
19
|
"pattern": "xemu-*-windows-x86_64.zip"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "scoop",
|
|
23
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/xemu.json"
|
|
20
24
|
}
|
|
21
25
|
],
|
|
22
26
|
"win32:arm64": [
|
|
@@ -24,6 +28,10 @@
|
|
|
24
28
|
"type": "github",
|
|
25
29
|
"path": "xemu-project/xemu",
|
|
26
30
|
"pattern": "xemu-*-windows-arm64.zip"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "scoop",
|
|
34
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/xemu.json"
|
|
27
35
|
}
|
|
28
36
|
],
|
|
29
37
|
"linux:x64": [
|
|
@@ -47,6 +55,7 @@
|
|
|
47
55
|
"flatpak": "app.xemu.xemu"
|
|
48
56
|
},
|
|
49
57
|
"type": "emulator",
|
|
58
|
+
"bios": "required",
|
|
50
59
|
"systems": [
|
|
51
60
|
"xbox"
|
|
52
61
|
],
|
package/package.json
CHANGED
package/schema/emulator.json
CHANGED
|
@@ -28,6 +28,13 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
+
"bios": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"enum": [
|
|
34
|
+
"required",
|
|
35
|
+
"optional"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
31
38
|
"repository": {
|
|
32
39
|
"type": "object",
|
|
33
40
|
"properties": {
|
|
@@ -49,33 +56,69 @@
|
|
|
49
56
|
"^(?:(aix|darwin|freebsd|linux|openbsd|sunos|win32|android):(arm|arm64|ia32|mips|mipsel|ppc|ppc64|s390|s390x|x32|x64))*$": {
|
|
50
57
|
"type": "array",
|
|
51
58
|
"items": {
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
+
"oneOf": [
|
|
60
|
+
{
|
|
61
|
+
"type": "object",
|
|
62
|
+
"properties": {
|
|
63
|
+
"type": {
|
|
64
|
+
"const": "github"
|
|
65
|
+
},
|
|
66
|
+
"host": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"format": "uri"
|
|
69
|
+
},
|
|
70
|
+
"bin": {
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
"pattern": {
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"path": {
|
|
77
|
+
"type": "string"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"required": [
|
|
81
|
+
"path",
|
|
82
|
+
"pattern"
|
|
59
83
|
]
|
|
60
84
|
},
|
|
61
|
-
|
|
62
|
-
"type": "
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
85
|
+
{
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"type": {
|
|
89
|
+
"const": "direct"
|
|
90
|
+
},
|
|
91
|
+
"url": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"format": "uri"
|
|
94
|
+
},
|
|
95
|
+
"bin": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"required": [
|
|
100
|
+
"url"
|
|
101
|
+
]
|
|
70
102
|
},
|
|
71
|
-
|
|
72
|
-
"type": "
|
|
103
|
+
{
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"type": {
|
|
107
|
+
"const": "scoop"
|
|
108
|
+
},
|
|
109
|
+
"url": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"format": "uri"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"required": [
|
|
115
|
+
"url"
|
|
116
|
+
]
|
|
73
117
|
}
|
|
74
|
-
|
|
75
|
-
"
|
|
118
|
+
],
|
|
119
|
+
"unevaluatedProperties": false,
|
|
76
120
|
"required": [
|
|
77
|
-
"type"
|
|
78
|
-
"pattern"
|
|
121
|
+
"type"
|
|
79
122
|
]
|
|
80
123
|
}
|
|
81
124
|
}
|