From c33f9a00844e6bc98fea9848e92befe3266402ae Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 2 Dec 2021 17:06:08 +0100 Subject: [PATCH] [cli] Enable save-sync of Mac titles --- legendary/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/legendary/cli.py b/legendary/cli.py index d1830b1..78e4f5a 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -443,9 +443,6 @@ class LegendaryCLI: # evaluate current save state for each game. for igame in igames: - if not igame.platform.startswith('Win'): - continue - game = self.core.get_game(igame.app_name) if not game or not (game.supports_cloud_saves or game.supports_mac_cloud_saves): if igame.app_name in latest_save: