Skip to content

Commit c07c7a2

Browse files
committed
Platform list
1 parent cb1a5fa commit c07c7a2

2 files changed

Lines changed: 68 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="galaxy.plugin.api",
5-
version="0.35.2",
5+
version="0.36",
66
description="GOG Galaxy Integrations Python API",
77
author='Galaxy team',
88
author_email='galaxy@gog.com',

src/galaxy/api/consts.py

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,73 @@ class Platform(Enum):
1313
Uplay = "uplay"
1414
Battlenet = "battlenet"
1515
Epic = "epic"
16-
16+
Bethesda = "bethesda"
17+
ParadoxPlaza = "paradox"
18+
HumbleBundle = "humble"
19+
Kartridge = "kartridge"
20+
ItchIo = "itch"
21+
NintendoSwitch = "nswitch"
22+
NintendoWiiU = "nwiiu"
23+
NintendoWii = "nwii"
24+
NintendoGameCube = "ncube"
25+
RiotGames = "riot"
26+
Wargaming = "wargaming"
27+
NintendoGameBoy = "ngameboy"
28+
Atari = "atari"
29+
Amiga = "amiga"
30+
SuperNintendoEntertainmentSystem = "snes"
31+
Beamdog = "beamdog"
32+
Direct2Drive = "d2d"
33+
Discord = "discord"
34+
DotEmu = "dotemu"
35+
GameHouse = "gamehouse"
36+
GreenManGaming = "gmg"
37+
WePlay = "weplay"
38+
ZxSpectrum = "zx"
39+
ColecoVision = "vision"
40+
NintendoEntertainmentSystem = "nes"
41+
SegaMasterSystem = "sms"
42+
Commodore64 = "c64"
43+
PcEngine = "pce"
44+
SegaGenesis = "segag"
45+
NeoGeo = "neo"
46+
Sega32X = "sega32"
47+
SegaCd = "segacd"
48+
_3Do = "3do"
49+
SegaSaturn = "saturn"
50+
PlayStation = "psx"
51+
PlayStation2 = "ps2"
52+
Nintendo64 = "n64"
53+
AtariJaguar = "jaguar"
54+
SegaDreamcast = "dc"
55+
Xbox = "xboxog"
56+
Amazon = "amazon"
57+
GamersGate = "gg"
58+
Newegg = "egg"
59+
BestBuy = "bb"
60+
GameUk = "gameuk"
61+
Fanatical = "fanatical"
62+
PlayAsia = "playasia"
63+
Stadia = "stadia"
64+
Arc = "arc"
65+
ElderScrollsOnline = "eso"
66+
Glyph = "glyph"
67+
AionLegionsOfWar = "aionl"
68+
Aion = "aion"
69+
BladeAndSoul = "blade"
70+
GuildWars = "gw"
71+
GuildWars2 = "gw2"
72+
Lineage2 = "lin2"
73+
FinalFantasy11 = "ffxi"
74+
FinalFantasy14 = "ffxiv"
75+
TotalWar = "totalwar"
76+
WindowsStore = "winstore"
77+
EliteDangerous = "elites"
78+
StarCitizen = "star"
79+
PlayStationPortable = "psp"
80+
PlayStationVita = "psvita"
81+
NintendoDs = "nds"
82+
Nintendo3Ds = "3ds"
1783

1884
class Feature(Enum):
1985
"""Possible features that can be implemented by an integration.

0 commit comments

Comments
 (0)