We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd32701 commit 03dc4c4Copy full SHA for 03dc4c4
titleandsettings/arm9/source/main.cpp
@@ -846,7 +846,7 @@ int main(int argc, char **argv) {
846
selyPos += 12;
847
848
printSmall(false, 12, selyPos, STR_ASYNCPREFETCH.c_str());
849
- if(soundfreq)
+ if(bstrap_asyncPrefetch)
850
printSmall(false, 224, selyPos, STR_ON.c_str());
851
else
852
printSmall(false, 224, selyPos, STR_OFF.c_str());
0 commit comments