Skip to content

Commit

Permalink
switch: nsp forwarder support 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Oct 19, 2024
1 parent cc5c9c2 commit aebef1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/build_switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ PKGS=(
"switch-libmpv-0.36.0-3-any.pkg.tar.zst"
"switch-nspmini-48d4fc2-1-any.pkg.tar.xz"
"hacBrewPack-3.05-1-any.pkg.tar.zst"
# Remove this line after the next devkitpro/devkita64 docker image release
"switch-tools-1.13.0-1-x86_64.pkg.tar.zst"
)
for PKG in "${PKGS[@]}"; do
[ -f "${PKG}" ] || curl -LO ${BASE_URL}${PKG}
Expand Down
2 changes: 2 additions & 0 deletions scripts/build_switch_deko3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ PKGS=(
"switch-libmpv_deko3d-0.36.0-2-any.pkg.tar.zst"
"switch-nspmini-48d4fc2-1-any.pkg.tar.xz"
"hacBrewPack-3.05-1-any.pkg.tar.zst"
# Remove this line after the next devkitpro/devkita64 docker image release
"switch-tools-1.13.0-1-x86_64.pkg.tar.zst"
)
for PKG in "${PKGS[@]}"; do
[ -f "${PKG}" ] || curl -LO ${BASE_URL}${PKG}
Expand Down
3 changes: 2 additions & 1 deletion scripts/switch-forwarder/wiliwili.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@
{
"type": "debug_flags",
"value": {
"allow_debug": true,
"allow_debug": false,
"force_debug_prod": false,
"force_debug": true
}
},
Expand Down

0 comments on commit aebef1d

Please sign in to comment.