Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jul 11, 2017
1 parent 9a125cc commit 9a073cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ int main( int argc, char **argv) {

std::string savPath = bootstrapini.GetString( "NDS-BOOTSTRAP", "SAV_PATH", "");

bool useArm7Donor = bootstrapini.GetInt( "NDS-BOOTSTRAP", "USE_ARM7_DONOR", 1);
int useArm7Donor = bootstrapini.GetInt( "NDS-BOOTSTRAP", "USE_ARM7_DONOR", 1);

std::string arm7DonorPath;

Expand Down

0 comments on commit 9a073cf

Please sign in to comment.