mirror of
https://github.com/modmii/Any-Region-Changer-ModMii-Edition.git
synced 2024-11-21 23:59:18 +01:00
Set the Korean area as compatible with K region
This commit is contained in:
parent
032a3a0d82
commit
1b70b1b739
@ -227,7 +227,6 @@ char AREAtoSysMenuRegion(int area)
|
|||||||
return 'J';
|
return 'J';
|
||||||
case 1:
|
case 1:
|
||||||
case 4:
|
case 4:
|
||||||
case 7:
|
|
||||||
case 8:
|
case 8:
|
||||||
case 9:
|
case 9:
|
||||||
case 10:
|
case 10:
|
||||||
@ -236,6 +235,8 @@ char AREAtoSysMenuRegion(int area)
|
|||||||
case 2:
|
case 2:
|
||||||
case 3:
|
case 3:
|
||||||
return 'E';
|
return 'E';
|
||||||
|
case 7:
|
||||||
|
return 'K';
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user