mirror of
https://github.com/modmii/Any-Region-Changer-ModMii-Edition.git
synced 2024-11-22 08:09:18 +01:00
Add Korean SysMenu Detection
This commit is contained in:
parent
462f73a66f
commit
6c13326f31
@ -277,10 +277,11 @@ char get_sysmenu_region(void)
|
|||||||
case 'U':
|
case 'U':
|
||||||
case 'E':
|
case 'E':
|
||||||
case 'J':
|
case 'J':
|
||||||
|
case 'K':
|
||||||
return region;
|
return region;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -1;
|
return -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user