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: