From 8b3f5b6e53340d730fd54d2362d2f71fdd04d33a Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Fri, 8 Nov 2024 16:05:07 +0000 Subject: [PATCH] feat: support RomM PC platform source #610 --- apps/PlayniteWebPlugin/src/Models/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/PlayniteWebPlugin/src/Models/Game.cs b/apps/PlayniteWebPlugin/src/Models/Game.cs index ab698f447..e545c7526 100755 --- a/apps/PlayniteWebPlugin/src/Models/Game.cs +++ b/apps/PlayniteWebPlugin/src/Models/Game.cs @@ -32,7 +32,7 @@ public Game(IEnumerable playniteGames) { platformSorter = new PlatformSorter(); - pcSourceNames = new List { "Steam", "EA app", "Ubisoft Connect", "Epic", "GOG", "Origin", "UPlay", "Battle.net", "Amazon Games", "Fanatical", "GamersGate", "Humble", "itch.io", "Legacy Games", "Indiegala", "Rockstar Games", "Riot Games" }; + pcSourceNames = new List { "Steam", "EA app", "Ubisoft Connect", "Epic", "GOG", "Origin", "UPlay", "Battle.net", "Amazon Games", "Fanatical", "GamersGate", "Humble", "itch.io", "Legacy Games", "Indiegala", "Rockstar Games", "Riot Games", "RomM" }; pcPlatformNames = new List { ".*PC.*", ".*Macintosh.*", ".*Linux.*" }; xboxPlatformNames = new List { ".*Xbox.*" }; nintendoPlatformNames = new List { ".*Nintendo.*", ".*Switch.*", ".*Wii.*", ".*Game ?Cube.*" };