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

View File

@ -277,6 +277,7 @@ char get_sysmenu_region(void)
case 'U':
case 'E':
case 'J':
case 'K':
return region;
break;
default: