Fix Windows and macOS platform capitalization

This commit is contained in:
JonnyWong16 2020-01-14 17:35:35 -08:00
parent 2a03be1905
commit 13374c9ded

View file

@ -54,7 +54,9 @@ PLATFORM_NAME_OVERRIDES = {
'Mystery 3': 'Playstation 3',
'Mystery 4': 'Playstation 4',
'Mystery 5': 'Xbox 360',
'WebMAF': 'Playstation 4'
'WebMAF': 'Playstation 4',
'windows': 'Windows',
'osx': 'macOS'
}
PMS_PLATFORM_NAME_OVERRIDES = {