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

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

Closed
Jayinem opened this issue Aug 23, 2023 · 2 comments
Closed

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

Jayinem opened this issue Aug 23, 2023 · 2 comments

Comments

@Jayinem
Copy link

Jayinem commented Aug 23, 2023

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

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

@Jayinem
Copy link
Author

Jayinem commented Aug 23, 2023

Thank you

@Jayinem Jayinem closed this as completed Aug 23, 2023
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