forked from hermanjustnu/scoop-emulators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcemu.json
35 lines (35 loc) · 972 Bytes
/
cemu.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"homepage": "http://cemu.info/",
"version": "1.15.0e",
"url": "http://cemu.info/releases/cemu_1.15.0.zip",
"hash": "838134255334da9f2cd16ba3ef4ce39e55a80de805643e6459b62c778d94f387",
"extract_dir": "cemu_1.15.0",
"shortcuts": [
[
"cemu.exe",
"Cemu"
]
],
"pre_install": [
"if (!(Test-Path \"$persist_dir\\settings.xml\")) {",
" New-Item \"$dir\\settings.xml\" -Type File | Out-Null",
"}"],
"persist": [
"settings.xml",
"controllerProfiles",
"gameProfiles",
"graphicPacks",
"mlc01"
],
"suggest": {
"vcredist": "extras/vcredist2015",
"cemuhook": "cemuhook"
},
"checkver": {
"re": "Download latest version \\(v((?<version>[\\d.]+)[\\w]*?),"
},
"autoupdate": {
"url": "http://cemu.info/releases/cemu_$matchVersion.zip",
"extract_dir": "cemu_$matchVersion"
}
}