This commit is contained in:
OBattler
2020-04-28 01:01:52 +02:00
6 changed files with 10 additions and 6 deletions

View File

@@ -315,7 +315,7 @@ network_reset(void)
/* If no active card, we're done. */
if ((network_type==NET_TYPE_NONE) || (network_card==0)) return;
network_mutex = thread_create_mutex(L"VARCem.NetMutex");
network_mutex = thread_create_mutex();
/* Initialize the platform module. */
switch(network_type) {