Add Korean SysMenu Detection

This commit is contained in:
TheShadowEevee 2022-04-20 19:46:43 -05:00
parent 462f73a66f
commit 6c13326f31
No known key found for this signature in database
GPG Key ID: 7A8AA92B3BAFAB75
1 changed files with 2 additions and 1 deletions

View File

@ -277,10 +277,11 @@ char get_sysmenu_region(void)
case 'U':
case 'E':
case 'J':
case 'K':
return region;
break;
default:
return -1;
break;
}
}
}