Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
WiiVC Injector
Commits
2b384083
Commit
2b384083
authored
Aug 10, 2022
by
piratesephiroth
Browse files
Fix nincfg language selection
parent
e1b6a207
Changes
1
Hide whitespace changes
Inline
Side-by-side
TeconMoon's WiiVC Injector/Form2.cs
View file @
2b384083
...
...
@@ -516,7 +516,7 @@ namespace TeconMoon_s_WiiVC_Injector
}
else
{
nintendontCfg
.
language
=
(
uint
)
LanguageBox
.
SelectedIndex
;
nintendontCfg
.
language
=
(
uint
)
LanguageBox
.
SelectedIndex
-
1
;
}
// MEMCARD BLOCKS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment