Skip to content

Commit 03dc4c4

Browse files
committed
Another overlooked bug
1 parent fd32701 commit 03dc4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

titleandsettings/arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ int main(int argc, char **argv) {
846846
selyPos += 12;
847847

848848
printSmall(false, 12, selyPos, STR_ASYNCPREFETCH.c_str());
849-
if(soundfreq)
849+
if(bstrap_asyncPrefetch)
850850
printSmall(false, 224, selyPos, STR_ON.c_str());
851851
else
852852
printSmall(false, 224, selyPos, STR_OFF.c_str());

0 commit comments

Comments
 (0)