mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-17 18:22:15 +02:00
fix: swap Italian and Spanish option on plugin settings
This commit is contained in:
parent
d08482ae5d
commit
a25a09cede
2 changed files with 4 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include <string_view>
|
||||
|
||||
enum inkay_language {
|
||||
// Wii U System Languages
|
||||
Japanese = 0,
|
||||
English,
|
||||
French,
|
||||
|
|
@ -16,7 +17,7 @@ enum inkay_language {
|
|||
Russian,
|
||||
TraditionalChinese,
|
||||
Invalid,
|
||||
// custom ones
|
||||
// Custom Languages
|
||||
System,
|
||||
EnUwU,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -204,8 +204,8 @@ static WUPSConfigAPICallbackStatus ConfigMenuOpenedCallback(WUPSConfigCategoryHa
|
|||
{1, "English"},
|
||||
{2, "French"},
|
||||
{3, "German"},
|
||||
{4, "Spanish"},
|
||||
{5, "Italian"},
|
||||
{4, "Italian"},
|
||||
{5, "Spanish"},
|
||||
{6, "Simplified Chinese"},
|
||||
{7, "Korean"},
|
||||
{8, "Dutch"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue