mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Modified if for remove everything if no favorite games
This commit is contained in:
parent
74c681fbe7
commit
864afe5040
|
@ -357,8 +357,7 @@ def addToSteam(systems):
|
|||
else:
|
||||
games.append([name,alt_command_list[altemulator]+" '"+roms_folder+"/"+system+path[1:]+"'"])
|
||||
print(alt_command_list[altemulator]+" '"+roms_folder+"/"+system+path[1:]+"'")
|
||||
if not games==[]:
|
||||
create_shortcut_new_new(games)
|
||||
create_shortcut_new_new(games)
|
||||
|
||||
def start_config():
|
||||
global rdhome
|
||||
|
|
Loading…
Reference in a new issue