Reload platform from runner if not found (Fixes #833)

This commit is contained in:
Mathieu Comandon 2018-04-30 20:55:01 -07:00
parent 67daa18e34
commit c030a50797

View file

@ -131,6 +131,9 @@ class GameStore(GObject.Object):
runner_human_name = runner.human_name
self.runner_names[runner_name] = runner_human_name
platform = game_inst.platform
if not platform:
game_inst.set_platform_from_runner()
platform = game_inst.platform
lastplayed = ''
if game['lastplayed']: