Skip to content

Commit d8e2aec

Browse files
committed
Move conf to _nds
1 parent 5523de6 commit d8e2aec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ int main( int argc, char **argv) {
147147
}
148148

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

152152
if(argc < 2 && bootstrapini.GetInt("NDS-BOOTSTRAP","BOOTSPLASH",0) == 1) {
153153
// Start BootSplash. No button triggers for now since ini/conf system is used to configure that.

conf/bootstrap.argv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
fat:/_bootstrap/bootstrap.nds NTR
1+
fat:/_nds/bootstrap.nds NTR
22

conf/nds-bootstrap.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[NDS-BOOTSTRAP]
2-
NDS_PATH = fat:/nds/dldi_tester.nds
3-
BOOTSTRAP_PATH = fat:/_bootstrap/bootstrap.argv
2+
NDS_PATH = fat:/nds/cf_ds.nds
3+
BOOTSTRAP_PATH = fat:/_nds/bootstrap-dldi.nds
44
NTR_MODE_SWITCH = 0
55
BOOST_CPU = 1
66
BOOTSPLASH = 0

conf/no$gba/nds-bootstrap.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[NDS-BOOTSTRAP]
2-
NDS_PATH = fat:/dldi_tester.nds
3-
BOOTSTRAP_PATH = fat:/_bootstrap/bootstrap.argv
2+
NDS_PATH = fat:/_moonshl.nds
3+
BOOTSTRAP_PATH = fat:/_nds/bootstrap-dldi.nds
44
NTR_MODE_SWITCH = 0
55
BOOST_CPU = 0
66
BOOTSPLASH = 0

0 commit comments

Comments
 (0)