1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-08 11:31:43 +00:00

Copy stratosphere.romfs with the payload

This commit is contained in:
flb 2021-04-13 12:07:51 +02:00
parent 4f2e199a23
commit 48aa9f5a47
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 191bf07ad5907ac5392daf3b15e15e8cea85d635
Subproject commit 34baf7c8ccffef42c457215333bd2823910f0fc0

View file

@ -57,7 +57,7 @@ void extract(const char * filename, const char* workingPath, int overwriteInis){
it++;
}
if(!isIgnored){
if(entries[i].name == "sept/payload.bin" || entries[i].name == "atmosphere/fusee-secondary.bin"){
if(entries[i].name == "sept/payload.bin" || entries[i].name == "atmosphere/fusee-secondary.bin" || entries[i].name == "atmosphere/stratosphere.romfs"){
unzipper.extractEntry(entries[i].name, CONFIG_PATH_UNZIP);
}
else {