You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: