Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Oct 6, 2023
1 parent 535d181 commit a08f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slot1launch/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int main() {
// consoleDemoInit();
//}

if (!TWLCLK && (ndsHeader.unitCode == 0 || !TWLMODE)) {
if (!TWLCLK && (ndsHeader.header.unitCode == 0 || !TWLMODE)) {
//if (settingsini.GetInt("TWL-MODE","DEBUG",0) == 1) {
// printf("TWL_CLOCK ON\n");
//}
Expand Down

0 comments on commit a08f835

Please sign in to comment.