Skip to content

Commit

Permalink
DSi and 3DS themes: Fix fade speed during DSiWare copying from flashcard
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 7, 2018
1 parent 6c131c8 commit 82d23a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions romsel_dsimenutheme/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,8 @@ int main(int argc, char **argv) {
fread(&NDSHeader, 1, sizeof(NDSHeader), f_nds_file);
fclose(f_nds_file);

fadeSpeed = true; // Fast fading

if ((access(dsiWarePubPath.c_str(), F_OK) != 0) && (NDSHeader.pubSavSize > 0)) {
const char* savecreate = "Creating public save file...";
const char* savecreated = "Public save file created!";
Expand Down

0 comments on commit 82d23a8

Please sign in to comment.