update submodules

This commit is contained in:
souldbminersmwc
2026-04-19 15:38:07 -04:00
parent 01d79aab30
commit 3b4877b287
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ mkdir -p "$DEST"
cp -r "$SRC"/. "$DEST"/
cd build/stratosphere/loader || exit 1
make -j"$(nproc)"
make -j8
hactool -t kip1 out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=hoc.kip
cd ../../../ # exit
cp build/stratosphere/loader/hoc.kip dist/atmosphere/kips/hoc.kip
@@ -20,5 +20,5 @@ cp -r dist/ ../../
cd ../../
cd Source/Horizon-OC-Monitor/
make -j"$(nproc)"
make -j8
cp Horizon-OC-Monitor.ovl ../../dist/switch/.overlays/Horizon-OC-Monitor.ovl