Author Topic: Start in fullscreen  (Read 5163 times)

0 Members and 1 Guest are viewing this topic.

dcx
  • Newbie
  • *
  • Posts: 2
    • View Profile
Start in fullscreen
« on: November 09, 2020, 12:53:28 AM »
Hi,

I want to use launchbox (a frontend to launch games) to start solarus games, but how can i launch solarus-run.exe in fullscreen? With a specific command line of editing a file?

Christopho

  • Administrator
  • Hero Member
  • *****
  • Posts: 1194
    • View Profile
Re: Start in fullscreen
« Reply #1 on: November 09, 2020, 10:05:51 AM »
Run it with:

Code: [Select]
solarus-run.exe -fullscreen=yes

dcx
  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Start in fullscreen
« Reply #2 on: November 09, 2020, 06:23:47 PM »
Yes it works, i've tried with -f, -fullscreen, i never think with =yes.

Thanks.