Skip to content

Commit

Permalink
Fix nincfg language selection
Browse files Browse the repository at this point in the history
  • Loading branch information
piratesephiroth committed Aug 10, 2022
1 parent e1b6a20 commit 2b38408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeconMoon's WiiVC Injector/Form2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ private void GenerateConfig_Click(object sender, EventArgs e)
}
else
{
nintendontCfg.language = (uint)LanguageBox.SelectedIndex;
nintendontCfg.language = (uint)LanguageBox.SelectedIndex - 1;
}

// MEMCARD BLOCKS
Expand Down

0 comments on commit 2b38408

Please sign in to comment.