- reworked completly the JNetwork, JSocket interface (had to ifdef out the PSP socket code)
- added 2 menus to wait for connection and wait for deck selection - tested compilation on Qt Linux, Qt Windows and PSP - deactivated everywhere (NETWORK_SUPPORT to activate).
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#if 0
|
||||
// need a complete rewrite to comply to the new interface
|
||||
#ifdef NETWORK_SUPPORT
|
||||
|
||||
#include <pspkernel.h>
|
||||
@@ -223,5 +225,6 @@ int JSocket::start_server(const char *szIpAddr)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif //NETWORK_SUPPORT
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user