Add files via upload

This commit is contained in:
Faugus
2024-07-07 13:57:15 -03:00
committed by GitHub
parent 50d49f5419
commit 1cd19d497c
+2 -2
View File
@@ -522,9 +522,9 @@ class Main(Gtk.Window):
if sc_controller:
command_parts.append(sc_controller)
if prefix:
command_parts.append(f'WINEPREFIX={prefix}')
command_parts.append(f'--env=WINEPREFIX={prefix}')
if title_formatted:
command_parts.append(f'GAMEID={title_formatted}')
command_parts.append(f'--env=GAMEID={title_formatted}')
if gamemode:
command_parts.append(gamemode)
if launch_arguments: