From 2536596d1df8a2e92abc1ca33823ce022272bd4e Mon Sep 17 00:00:00 2001 From: BlankMauser Date: Fri, 20 Feb 2026 20:27:01 -0800 Subject: [PATCH] Add symbol export for ssbusync disable --- switch/Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/switch/Cargo.toml b/switch/Cargo.toml index 4da7dd5..25d4a86 100644 --- a/switch/Cargo.toml +++ b/switch/Cargo.toml @@ -26,12 +26,13 @@ walkdir = "2" anyhow = "1" zip = { version = "0.6.2", default-features = false, features = ["deflate"] } nx-request-handler = { git = "https://github.com/techyCoder81/nx-request-handler" } -#nx-request-handler = { path = "../../nx-request-handler" } +#nx-request-handler = { path = "../nx-request-handler" } semver = "1.0.14" minreq = { version = "2", features = ["https-native", "json-using-serde"] } include_dir = "0.7.3" -smashnet = "0.2.1" +smashnet = { git = "https://github.com/techyCoder81/smashnet" } fs_extra = "1.2.0" +ssbusync = { git = "https://github.com/BlankMauser/ssbu-sync", default-features = false, features = ["disabler-symbol"] } [build-dependencies] prettify-js = "0.1.0" @@ -41,8 +42,9 @@ fs_extra = "1.2.0" [patch.crates-io] skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" } skyline-web = { git = "https://github.com/techyCoder81/skyline-web" } -nnsdk = { git = "https://github.com/ultimate-research/nnsdk-rs" } +nnsdk = { git = "https://github.com/ultimate-research/nnsdk-rs"} native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", branch="switch" } +smashnet = { git = "https://github.com/techyCoder81/smashnet" } [patch."https://github.com/Raytwo/skyline-rs"] skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }