Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: command line fullscreen and lua autostart #783

Open
r57zone opened this issue Mar 3, 2025 · 4 comments
Open

Feature Request: command line fullscreen and lua autostart #783

r57zone opened this issue Mar 3, 2025 · 4 comments

Comments

@r57zone
Copy link

r57zone commented Mar 3, 2025

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.

@negativeExponent
Copy link
Contributor

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

@r57zone
Copy link
Author

r57zone commented Mar 4, 2025

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
Copy link
Author

r57zone commented Mar 12, 2025

There was no fullscreen parameter, added the option:
#786

@negativeExponent
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants