Point Atmosphere-Pro clones at the OmniNX git host.

This commit is contained in:
2026-07-28 23:44:08 +02:00
parent ff4fd37cdc
commit 3baa3e7b2e
4 changed files with 4 additions and 4 deletions

2
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "Source/Horizon-OC-Monitor/lib/Atmosphere-libs"]
path = Source/Horizon-OC-Monitor/lib/Atmosphere-libs
url = https://github.com/NaGaa95/Atmosphere-Pro.git
url = https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git
branch = boot-storage
[submodule "Source/Horizon-OC-Monitor/lib/libultrahand"]
path = Source/Horizon-OC-Monitor/lib/libultrahand

View File

@@ -1,6 +1,6 @@
[submodule "lib/Atmosphere-libs"]
path = lib/Atmosphere-libs
url = https://github.com/NaGaa95/Atmosphere-Pro.git
url = https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git
branch = boot-storage
[submodule "lib/libultrahand"]
path = lib/libultrahand

View File

@@ -4,7 +4,7 @@ ROOT_DIR="$(cd "$(dirname "$0")" && pwd)"
DIST_DIR="$ROOT_DIR/dist"
ATMOSPHERE_DIR="$ROOT_DIR/build/atmosphere"
ATMOSPHERE_URL="https://github.com/NaGaa95/Atmosphere-Pro.git"
ATMOSPHERE_URL="https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git"
ATMOSPHERE_BRANCH="boot-storage"
EXO_SRC="$ROOT_DIR/Source/Atmosphere-Patches"

View File

@@ -45,7 +45,7 @@ SRC="Source/Atmosphere/stratosphere/loader/"
mkdir -p "build"
ATMOSPHERE_DIR="build/atmosphere"
ATMOSPHERE_URL="https://github.com/NaGaa95/Atmosphere-Pro.git"
ATMOSPHERE_URL="https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git"
ATMOSPHERE_BRANCH="boot-storage"
if [ ! -d "$ATMOSPHERE_DIR" ]; then