mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-01-11 18:59:08 +01:00
fix compilation on GameCube
This commit is contained in:
parent
56e8bcfaef
commit
ea9f2261b4
@ -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…
x
Reference in New Issue
Block a user