Skip to content

Commit

Permalink
Move conf to _nds
Browse files Browse the repository at this point in the history
  • Loading branch information
ahezard committed Oct 4, 2016
1 parent 5523de6 commit d8e2aec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ int main( int argc, char **argv) {
}

if (fatInitDefault()) {
CIniFile bootstrapini( "fat:/_bootstrap/nds-bootstrap.ini" );
CIniFile bootstrapini( "fat:/_nds/nds-bootstrap.ini" );

if(argc < 2 && bootstrapini.GetInt("NDS-BOOTSTRAP","BOOTSPLASH",0) == 1) {
// Start BootSplash. No button triggers for now since ini/conf system is used to configure that.
Expand Down
2 changes: 1 addition & 1 deletion conf/bootstrap.argv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fat:/_bootstrap/bootstrap.nds NTR
fat:/_nds/bootstrap.nds NTR

4 changes: 2 additions & 2 deletions conf/nds-bootstrap.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[NDS-BOOTSTRAP]
NDS_PATH = fat:/nds/dldi_tester.nds
BOOTSTRAP_PATH = fat:/_bootstrap/bootstrap.argv
NDS_PATH = fat:/nds/cf_ds.nds
BOOTSTRAP_PATH = fat:/_nds/bootstrap-dldi.nds
NTR_MODE_SWITCH = 0
BOOST_CPU = 1
BOOTSPLASH = 0
Expand Down
4 changes: 2 additions & 2 deletions conf/no$gba/nds-bootstrap.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[NDS-BOOTSTRAP]
NDS_PATH = fat:/dldi_tester.nds
BOOTSTRAP_PATH = fat:/_bootstrap/bootstrap.argv
NDS_PATH = fat:/_moonshl.nds
BOOTSTRAP_PATH = fat:/_nds/bootstrap-dldi.nds
NTR_MODE_SWITCH = 0
BOOST_CPU = 0
BOOTSPLASH = 0
Expand Down

0 comments on commit d8e2aec

Please sign in to comment.