mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 11:25:39 +00:00
Fix syntax error
This commit is contained in:
parent
fe72467f23
commit
b457e6176d
|
@ -249,7 +249,7 @@ def addToSteam():
|
|||
elif tag.tag=="altemulator":
|
||||
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:]))
|
||||
|
||||
create_shortcut(games)
|
||||
|
|
Loading…
Reference in a new issue