Skip to content

Commit

Permalink
remove vestigial print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pyorot authored and DacoTaco committed Dec 25, 2024
1 parent 378ad34 commit a9de725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/priiloader/source/titles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ s8 SetVideoModeForTitle(u32 lowerTitleId)
gprintf("NTSC 480i");
}
videoMode = SYS_VIDEO_NTSC;
gprintf("NTSC");
break;
default:
gprintf("unknown titleRegion");
Expand Down

0 comments on commit a9de725

Please sign in to comment.