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
I've made a direct boot of sysdvr with hidplus (pc controller support) using autohotkey just by double clicking. The only thing I can't figure out is where to add the --fullscreen command. Do I add it to sysDVR launcher.bat (and if so where?)
I've made a direct boot of sysdvr with hidplus (pc controller support) using autohotkey just by double clicking. The only thing I can't figure out is where to add the --fullscreen command. Do I add it to sysDVR launcher.bat (and if so where?)
Run, "SysDVR Launcher.bat"
Run, %ComSpec% /K "irb", %A_Documents%\Switch,,this_console
WinWaitActive, ahk_pid %this_console%
SetKeyDelay, 0, 10
Send py input_pc.py 192.168.1.11 {Enter}
I tried just these command lines by theirself
."SysDVR Launcher.bat" --fullscreen
."SysDVR Launcher.bat --fullscreen"
the first one doesn't launch SysDVR fullscreen and the second one doesn't work. How do I make the command line work?
It says here the command line --fullscreen works https://www.gamebrew.org/wiki/SysDVR_Switch
The text was updated successfully, but these errors were encountered: