10-03-2020, 01:33 AM
(10-02-2020, 07:23 PM)gid15 Wrote: I've fixed a few compatibility issues in d6c01b5 which should improve the use of ProOnline networking between Jpcsp and PPSSPP.
think, now ProOnline networking between Jpcsp and PPSSPP is working
![.7z](https://www.emunewz.net/forum/images/attachtypes/tar.gif)
![.7z](https://www.emunewz.net/forum/images/attachtypes/tar.gif)
Btw, I wrote a bat to test with random localIPAddress
Code:
set /a num1=%random%%%255
set /a num2=%random%%%255
set /a num3=%random%%%253+1
set ip=127.%num1%.%num2%.%num3%
echo using localIPAddress %ip%
"%JAVA_CMD%" -Xmx2048m -Xss2m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-amd64 -jar bin/jpcsp.jar %* --localIPAddress %ip%
![.7z](https://www.emunewz.net/forum/images/attachtypes/tar.gif)