mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35: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:
|
else:
|
||||||
games.append([name,alt_command_list[altemulator]+" '"+roms_folder+"/"+system+path[1:]+"'"])
|
games.append([name,alt_command_list[altemulator]+" '"+roms_folder+"/"+system+path[1:]+"'"])
|
||||||
print(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():
|
def start_config():
|
||||||
global rdhome
|
global rdhome
|
||||||
|
|
Loading…
Reference in a new issue