EmuNewz Network

Full Version: Any way to always start full screen?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to always start the game in fullscreen? I've looked through the faq, command line help, settings, and config files already but couldn't come up with anything. Seems like it's not possible but thought I'd ask to be sure.
I don't think there is. Do you really need to automate a single double-click in the game window? Then write a very simple Autoit script to do just that (and maybe automate launching games as well, or whatever your goal is)

https://www.autoitscript.com/autoit3/doc...seMove.htm
https://www.autoitscript.com/autoit3/doc...eClick.htm
(11-15-2016, 10:26 PM)ssshadow Wrote: [ -> ]I don't think there is. Do you really need to automate a single double-click in the game window? Then write a very simple Autoit script to do just that (and maybe automate launching games as well, or whatever your goal is)

https://www.autoitscript.com/autoit3/doc...seMove.htm
https://www.autoitscript.com/autoit3/doc...eClick.htm

I use it through my steam link so alt/enter or double click can be a little bit of a pain to do. I tried to get ahk to do it but it didnt work out too well. No worries I can just walk over to my pc when I want to play that one game. Thanks.
Yes there is.

But you have to do it for each game:

On Emulator, Right Click on your selected game then choose configure.
Go to "Misc" tab and choose "Start games in fullscreen mode".
Next time you run your game it will run on fullscreen.

For some reason this option work on game configuration but doesn't work as a Master config for all games.
Yes it works as a master config...
If you have a custom config set on a game it will override anything on master config

Anyways, this thread is 8 months old