mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-01 18:49:11 -06:00
get some connection infrastructure going...
This commit is contained in:
@ -247,13 +247,13 @@ bool Init()
|
||||
CurBlobType = -1;
|
||||
CurBlobLen = 0;
|
||||
|
||||
if (enet_initialize() != 0)
|
||||
/*if (enet_initialize() != 0)
|
||||
{
|
||||
printf("enet shat itself :(\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
printf("enet init OK\n");
|
||||
printf("enet init OK\n");*/
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -261,7 +261,7 @@ void DeInit()
|
||||
{
|
||||
// TODO: cleanup resources properly!!
|
||||
|
||||
enet_deinitialize();
|
||||
//enet_deinitialize();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user