mirror of https://github.com/snes9xgit/snes9x.git
Display all netplay connection error messages
This commit is contained in:
parent
d6c8111955
commit
8a8d7b5646
|
@ -350,6 +350,7 @@ on the remote machine on this port?");
|
|||
errno
|
||||
#endif
|
||||
);
|
||||
S9xNPSetError(buf);
|
||||
S9xNPDisconnect ();
|
||||
}
|
||||
return (FALSE);
|
||||
|
|
Loading…
Reference in New Issue