fceux icon indicating copy to clipboard operation
fceux copied to clipboard

Feature Request: command line fullscreen and lua autostart

Open r57zone opened this issue 11 months ago • 5 comments

It would be great to add the -fullscreen switch to start the emulator in fullscreen mode.

It seems that running a rom and a lua script at the same time does not work: D:\FCEUX\fceux.exe "D:\1.nes" -lua "luaScripts\Rewinder.lua" D:\FCEUX\fceux.exe "D:\1.nes" -lua "D:\FCEUX\luaScripts\Rewinder.lua"

Thanks to this, it will be possible to make autorun ROMs from other shells.

r57zone avatar Mar 03 '25 18:03 r57zone

commanline for fullscreen option is --fullscreen <0|1> with 1 means start in fullscreen. dunno if this works with lua.

negativeExponent avatar Mar 03 '25 22:03 negativeExponent

I tested the following command line commands: --fullscreen 1 --fullscreen -fullscreen 1 -fullscreen they don't work in fceux 2.6.6. In lua I just start the rewinder script.

r57zone avatar Mar 04 '25 06:03 r57zone

There was no fullscreen parameter, added the option: https://github.com/TASEmulators/fceux/pull/786

r57zone avatar Mar 12 '25 19:03 r57zone

i was testing on linux. windows probably have a different command line option (wonder why)

negativeExponent avatar Mar 13 '25 00:03 negativeExponent