Erwan
- JGE bug fixes (network) - increased the size of kernel ram. 2048 might bee too much though, let's see if we can go with 1024
This commit is contained in:
@@ -22,6 +22,8 @@ JSocket * JSocket::mInstance = NULL;
|
||||
|
||||
#define SERVER_PORT 20666
|
||||
|
||||
int JSocket::connected = 0;
|
||||
|
||||
void JSocket::init(){
|
||||
sceUtilityLoadNetModule(1);
|
||||
sceUtilityLoadNetModule(3);
|
||||
@@ -119,6 +121,8 @@ int JSocket::start_client(const char *szIpAddr){
|
||||
return err;
|
||||
}
|
||||
|
||||
connected = 1;
|
||||
|
||||
while(1){
|
||||
readWrite(sock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user