Skip to content

Commit

Permalink
remove accidentally introduced space in line with no change
Browse files Browse the repository at this point in the history
  • Loading branch information
remutro authored and LukeUsher committed Feb 9, 2025
1 parent 64ec01b commit 1d5a5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mia/medium/mega-32x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ auto Mega32X::analyze(vector<u8>& rom) -> string {
if(bits && *bits & 4) regions.append("NTSC-U"); //overseas 60hz
if(bits && *bits & 8) regions.append("PAL"); //overseas 50hz
}
if(!regions) {
if(!regions) {
regions.append("NTSC-J", "NTSC-U", "PAL");
}

Expand Down

0 comments on commit 1d5a5ae

Please sign in to comment.