Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 committed Nov 21, 2021
1 parent f4acc6a commit 0b304e0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Center/program.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
if (DBC($set,$info)){
$filez=Download($set['files'][0]['url'],$TMP.$set['files'][0]['name']);
UnZip($filez);
Download($set['files'][1]['url'],$pay.$set['files'][1]['name']);
Download($set['files'][1]['url'],$pay.'Atmosphere.bin');
unlink($root.'atmosphere/reboot_payload.bin');
unlink($root.'switch/reboot_to_payload.nro');
CMD('Loader-AutoIPS.exe sdroot\\atmosphere\\package3 sdroot\\atmosphere\\kip_patches\\loader_patches\\');
Expand Down
1 change: 0 additions & 1 deletion SD_card_root/StarDust/Main.del
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
-/StarDust/logos/
-/StarDust/Atheme/
-/StarDust/uboot/
-/StarDust/payloads/Atmosphere.bin
-/StarDust/payloads/memloader.bin
-/StarDust/scripts/
-/StarDust/skins/BOTW/Icons/Memloader.bmp
Expand Down
Binary file modified SD_card_root/atmosphere/reboot_payload.bin
Binary file not shown.
Binary file modified SD_card_root/payload.bin
Binary file not shown.
Binary file modified SD_card_root/sxos/reboot_payload.bin
Binary file not shown.

0 comments on commit 0b304e0

Please sign in to comment.