System info: add UK as a sales region

Fixes #658
This commit is contained in:
d0k3 2020-12-23 16:32:57 +01:00
parent 65f6748dc1
commit 46a9a5819a

View File

@ -41,6 +41,7 @@ static const struct {
{ 'K', "Korea" },
{ 'T', "Taiwan" },
// Manufacturing regions that have another region's region lock.
{ 'U', "United Kingdom" },
{ 'S', "Middle East" }, // "S" = Saudi Arabia? Singapore? (Southeast Asia included.)
{ 'A', "Australia" },
};