-
Notifications
You must be signed in to change notification settings - Fork 269
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
Comments
commanline for fullscreen option is |
I tested the following command line commands: |
There was no fullscreen parameter, added the option: |
i was testing on linux. windows probably have a different command line option (wonder why) |
@negativeExponent , would you mind checking the pull request and approving it if everything is fine? |
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.
The text was updated successfully, but these errors were encountered: