mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
fix compilation on GameCube
This commit is contained in:
parent
0d8957a9cb
commit
47ff4b7397
@ -327,7 +327,11 @@ bool InitializeNetwork(bool silent)
|
||||
|
||||
retry = ErrorPromptRetry("Unable to initialize network!");
|
||||
|
||||
#ifdef HW_RVL
|
||||
if(networkInit && net_gethostip() > 0)
|
||||
#else
|
||||
if(networkInit)
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
return networkInit;
|
||||
|
Loading…
Reference in New Issue
Block a user