Skip to content

Commit

Permalink
Add ryujinx (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkariiinMKII authored Oct 2, 2024
1 parent 79d27e7 commit 1adfdc1
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
38 changes: 38 additions & 0 deletions bucket/ryujinx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "1.1.1403",
"description": "A simple, experimental Nintendo Switch emulator",
"homepage": "https://ryujinx.org/",
"license": {
"identifier": "MIT",
"url": "https://github.com/Ryujinx/Ryujinx/blob/master/LICENSE.txt"
},
"notes": [
"ATTENTION: Ryujinx requires Nintendo Switch firmware and a prod.keys file to function.",
"Learn more at https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide"
],
"architecture": {
"64bit": {
"url": "https://github.com/AkariiinMKII/Scoop4kariiin-Files/raw/refs/heads/main/ryujinx/ryujinx-1.1.1403-win_x64.zip",
"hash": "9cc815591e77f5f2ca0e7a74c0b374a5b3778078635722d5918e78ed1e99daef"
}
},
"extract_dir": "publish",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\\portable\" -ItemType Directory | Out-Null",
" if (Test-Path \"$env:APPDATA\\Ryujinx\") {",
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:APPDATA\\Ryujinx\\*\" -Destination \"$persist_dir\\portable\" -Recurse",
" Remove-Item -Path \"$env:APPDATA\\Ryujinx\" -Recurse",
" }",
"}"
],
"bin": "Ryujinx.exe",
"shortcuts": [
[
"Ryujinx.exe",
"Ryujinx"
]
],
"persist": "portable"
}
48 changes: 48 additions & 0 deletions deprecated/ryujinx-ava.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "1.1.1403",
"description": "A simple, experimental Nintendo Switch emulator (Avalonia UI test build)",
"homepage": "https://ryujinx.org/",
"license": {
"identifier": "MIT",
"url": "https://github.com/Ryujinx/Ryujinx/blob/master/LICENSE.txt"
},
"notes": [
"ATTENTION: Ryujinx requires Nintendo Switch firmware and a prod.keys file to function.",
"Learn more at https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide"
],
"architecture": {
"64bit": {
"url": "https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1403/test-ava-ryujinx-1.1.1403-win_x64.zip",
"hash": "00b1f832c88e6a2c11101c0c91c3839ca14d61a826df6dbb8e29ab91562fba6a"
}
},
"extract_dir": "publish",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\\portable\" -ItemType Directory | Out-Null",
" if (Test-Path \"$env:APPDATA\\Ryujinx\") {",
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:APPDATA\\Ryujinx\\*\" -Destination \"$persist_dir\\portable\" -Recurse",
" Remove-Item -Path \"$env:APPDATA\\Ryujinx\" -Recurse",
" }",
"}"
],
"bin": "Ryujinx.Ava.exe",
"shortcuts": [
[
"Ryujinx.Ava.exe",
"Ryujinx"
]
],
"persist": "portable",
"checkver": {
"github": "https://github.com/Ryujinx/release-channel-master"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Ryujinx/release-channel-master/releases/download/$version/test-ava-ryujinx-$version-win_x64.zip"
}
}
}
}

0 comments on commit 1adfdc1

Please sign in to comment.