exelix11 / SysDVR

Stream switch games to your PC via USB or network
GNU General Public License v2.0
1.46k stars 89 forks source link

[Help] need help with --fullscreen command line #247

Closed Jayinem closed 1 year ago

Jayinem commented 1 year ago

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

exelix11 commented 1 year ago

Inside the bat file itself, open it in notepad. Add it at the end of the line that launches sysdvr

Jayinem commented 1 year ago

Thank you