mirror of
https://github.com/dborth/fceugx.git
synced 2025-02-13 15:19:12 +01:00
fix compilation on GameCube
This commit is contained in:
parent
e05138c353
commit
82951bf41d
@ -328,8 +328,11 @@ bool InitializeNetwork(bool silent)
|
||||
break;
|
||||
|
||||
retry = ErrorPromptRetry("Unable to initialize network!");
|
||||
|
||||
#ifdef HW_RVL
|
||||
if(networkInit && net_gethostip() > 0)
|
||||
#else
|
||||
if(networkInit)
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
return networkInit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user