mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-01-27 10:25:30 +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!");
|
retry = ErrorPromptRetry("Unable to initialize network!");
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
if(networkInit && net_gethostip() > 0)
|
if(networkInit && net_gethostip() > 0)
|
||||||
|
#else
|
||||||
|
if(networkInit)
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return networkInit;
|
return networkInit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user