We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6354154 commit fd32701Copy full SHA for fd32701
titleandsettings/arm9/source/main.cpp
@@ -180,7 +180,7 @@ void SaveSettings(void) {
180
// Default nds-bootstrap settings
181
settingsini.SetInt("NDS-BOOTSTRAP", "LANGUAGE", bstrap_language);
182
settingsini.SetInt("NDS-BOOTSTRAP", "BOOST_CPU", boostCpu);
183
- settingsini.SetInt("NDS-BOOTSTRAP", "BOOST_CPU", bstrap_asyncPrefetch);
+ settingsini.SetInt("NDS-BOOTSTRAP", "ASYNC_PREFETCH", bstrap_asyncPrefetch);
184
settingsini.SaveIniFile(settingsinipath);
185
186
if(!flashcardUsed) {
0 commit comments