We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is because there is no mechanism to try a different port then the default (there also doesn't appear to be any way to change the default):
Ishiiruka/Source/Core/Core/Slippi/SlippiSpectate.cpp
Lines 281 to 302 in 18ee345
adding an Ishii command-line option to set the SlippiSpectateServer port would alleviate this problem
The text was updated successfully, but these errors were encountered:
add -p --slippi-port cmd line option
-p
--slippi-port
d23542b
fixes project-slippi#419
Note that you can set this in Dolphin.ini:
[Core] SlippiEnableSpectator=True SlippiSpectatorLocalPort=12345
Sorry, something went wrong.
feat: add --slippi-spectator-port cmd line option for setting spect…
--slippi-spectator-port
ff2d4d1
…ate server port (#421) fixes #419
Successfully merging a pull request may close this issue.
this is because there is no mechanism to try a different port then the default (there also doesn't appear to be any way to change the default):
Ishiiruka/Source/Core/Core/Slippi/SlippiSpectate.cpp
Lines 281 to 302 in 18ee345
adding an Ishii command-line option to set the SlippiSpectateServer port would alleviate this problem
The text was updated successfully, but these errors were encountered: