mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
commit
8c1a34bbd1
|
@ -249,7 +249,7 @@ def addToSteam():
|
||||||
elif tag.tag=="altemulator":
|
elif tag.tag=="altemulator":
|
||||||
altemulator=tag.text
|
altemulator=tag.text
|
||||||
|
|
||||||
if favorite=="true" and altemulator="":
|
if favorite=="true" and altemulator=="":
|
||||||
games.append((name,command_list_default[system]+" "+roms_folder+"/"+system+path[1:]))
|
games.append((name,command_list_default[system]+" "+roms_folder+"/"+system+path[1:]))
|
||||||
|
|
||||||
create_shortcut(games)
|
create_shortcut(games)
|
||||||
|
|
Loading…
Reference in a new issue