Reicast icon + reicast iso command line param

This commit is contained in:
Mathieu Comandon 2015-11-10 15:03:45 -08:00
parent ffbd033745
commit 19021d1344
2 changed files with 3 additions and 1 deletions

View file

@ -24,5 +24,7 @@ class reicast(Runner):
def play(self):
iso = self.game_config.get('iso')
command = [self.get_executable(), iso]
command = [
self.get_executable(), "-config", "config:image={}".format(iso)
]
return {'command': command}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB