Launch Dolphin games without main Dolphin window
This commit is contained in:
@@ -79,5 +79,5 @@ class DolphinSource(Source):
|
|||||||
self.cache_location.resolve()
|
self.cache_location.resolve()
|
||||||
is_flatpak = self.cache_location.root.is_relative_to(shared.flatpak_dir)
|
is_flatpak = self.cache_location.root.is_relative_to(shared.flatpak_dir)
|
||||||
base = "flatpak run org.DolphinEmu.dolphin-emu" if is_flatpak else "dolphin-emu"
|
base = "flatpak run org.DolphinEmu.dolphin-emu" if is_flatpak else "dolphin-emu"
|
||||||
args = '-e "{rom_path}"'
|
args = '-b -e "{rom_path}"'
|
||||||
return f"{base} {args}"
|
return f"{base} {args}"
|
||||||
|
|||||||
Reference in New Issue
Block a user