Content deleted Content added
No edit summary |
Add more systems |
||
Line 5:
-- Translation table for converting numeric-IDs to shorthand aliases.
local systems = {
[
[1323662] = 'PS1', -- Placeholder, this is actually the series but could be mistakenly used for PS1.
[10680] = 'PS2',
[10683] = 'PS3',
[5014725] = 'PS4',
[16338] = 'PC',
[8079] = 'Wii',
[56942] = 'WiiU',
[132020] = 'XBOX',
[48263] = 'X360',
[13361286] = 'XONE',
}
|