mirror of
https://github.com/modmii/Any-Region-Changer-ModMii-Edition.git
synced 2024-11-21 23:59:18 +01:00
Update K system menu region number
This commit is contained in:
parent
3d6066f046
commit
c4511d0e2e
@ -81,6 +81,7 @@ void draw_credits()
|
||||
Console_SetPosition(26, 20);
|
||||
printf("Press Any Button To Return ..... ");
|
||||
}
|
||||
|
||||
void Draw_Disclaimer()
|
||||
{
|
||||
ClearScreen();
|
||||
@ -102,6 +103,7 @@ void Draw_Disclaimer()
|
||||
printf("\n\n\n\n\t\t\t\t[A] Continue [Home] Exit\n");
|
||||
wait_key(WPAD_BUTTON_A);
|
||||
}
|
||||
|
||||
void handleError(const char *string, int errorval)
|
||||
{
|
||||
printf("Unexpected Error: %s Value: %d\n", string, errorval);
|
||||
@ -434,7 +436,7 @@ int main(int argc, char **argv)
|
||||
video = 1;
|
||||
country = 110;
|
||||
}
|
||||
else if (sysmenu_region == 255)
|
||||
else if (sysmenu_region == 75)
|
||||
{ // KOR
|
||||
lang = 1;
|
||||
area = 7;
|
||||
@ -442,6 +444,13 @@ int main(int argc, char **argv)
|
||||
video = 0;
|
||||
country = 136;
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("\nUnknown System Menu region \"%u\".\n", sysmenu_region);
|
||||
printf("Press any key to quit\n");
|
||||
wait_anyKey();
|
||||
exit(0);
|
||||
}
|
||||
saveSettings();
|
||||
break;
|
||||
case 9:
|
||||
|
Loading…
Reference in New Issue
Block a user