Skip to content

Commit

Permalink
Mistake that prevented one of the arguments from working
Browse files Browse the repository at this point in the history
idk how this happened
  • Loading branch information
SuperrSonic committed Dec 29, 2022
1 parent 132fc19 commit 5c4fd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/wiimc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ void setOption(char* key, char* valuePointer){
if(atoi(valuePointer) == 0)
useDumbRP = false;
} else if(!strcmp("3ds", key)) {
if(atoi(valuePointer) == 0)
if(atoi(valuePointer) == 1)
want3DS = true;
}
//break;
Expand Down

0 comments on commit 5c4fd07

Please sign in to comment.