Fixed PSP compilation by stubbing the socket implementation. Somebody with a PSP, please replace this code with a real implementation.

This commit is contained in:
Xawotihs@gmail.com
2013-02-03 21:41:31 +00:00
parent 5c25189aef
commit 5a9b7eefc0
5 changed files with 35 additions and 24 deletions

View File

@@ -16,11 +16,6 @@
#include "../../include/JSocket.h"
#include "../../include/DebugRoutines.h"
//JSocket * JSocket::mInstance = NULL;
//#define SERVER_PORT 20666
#define SERVER_PORT 5001
unsigned char ADRESSE_IP_SERVEUR [4] = {127,0,0,1};
JSocket::JSocket(string ipAddr)