Commit 2b384083 authored by piratesephiroth's avatar piratesephiroth
Browse files

Fix nincfg language selection

parent e1b6a207
...@@ -516,7 +516,7 @@ namespace TeconMoon_s_WiiVC_Injector ...@@ -516,7 +516,7 @@ namespace TeconMoon_s_WiiVC_Injector
} }
else else
{ {
nintendontCfg.language = (uint)LanguageBox.SelectedIndex; nintendontCfg.language = (uint)LanguageBox.SelectedIndex - 1;
} }
// MEMCARD BLOCKS // MEMCARD BLOCKS
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment