mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
fixed auto-connecting internet via wifi
This commit is contained in:
parent
35f5f383d2
commit
75835e75e6
Binary file not shown.
@ -648,6 +648,9 @@ int MenuMain()
|
||||
menu = MENU_MAIN;
|
||||
}
|
||||
|
||||
if (Options.network)
|
||||
ResumeNetworkThread();
|
||||
|
||||
if (!IsNetworkError())
|
||||
{
|
||||
if((IsNetworkInit())&&(!IsNetworkHalted()))
|
||||
|
@ -202,8 +202,6 @@ main(int argc, char *argv[])
|
||||
|
||||
load();
|
||||
|
||||
if(Options.network)
|
||||
ResumeNetworkThread();
|
||||
if (gecko_connected)
|
||||
ResumeGeckoThread();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user