Solarus-Games English Forum

Community => General discussion => Topic started by: dcx on November 09, 2020, 12:53:28 AM

Title: Start in fullscreen
Post by: dcx 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?
Title: Re: Start in fullscreen
Post by: Christopho on November 09, 2020, 10:05:51 AM
Run it with:

solarus-run.exe -fullscreen=yes
Title: Re: Start in fullscreen
Post by: dcx on November 09, 2020, 06:23:47 PM
Yes it works, i've tried with -f, -fullscreen, i never think with =yes.

Thanks.