Skip to content

Commit

Permalink
Merge pull request #204 from kloptops/main
Browse files Browse the repository at this point in the history
Fixed RP5 splashscreen.
  • Loading branch information
kloptops authored Dec 14, 2024
2 parents 4db81b5 + 1f7422a commit 569ac4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PortMaster/pugwash
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ class PortMasterGUI(pySDL2gui.GUI, harbourmaster.Callback):
if not is_process_running(f"love.{capabilities['primary_arch']}"):
break

sdl2.SDL_Delay(100)
sdl2.SDL_Delay(500)

if is_process_running(f"love.{capabilities['primary_arch']}"):
subprocess.check_output(["pkill", "-f", f"love.{capabilities['primary_arch']}"])
Expand Down

0 comments on commit 569ac4e

Please sign in to comment.