mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
source tidy
This commit is contained in:
parent
bb93411015
commit
38f0f2470f
@ -24,16 +24,16 @@
|
||||
#include "utils/unzip/unzip.h"
|
||||
#include "utils/unzip/miniunz.h"
|
||||
|
||||
static int netHalt = 0;
|
||||
static bool networkInit = false;
|
||||
static bool networkShareInit = false;
|
||||
char wiiIP[16] = { 0 };
|
||||
|
||||
#ifdef HW_RVL
|
||||
static int netHalt = 0;
|
||||
static bool updateChecked = false; // true if checked for app update
|
||||
static char updateURL[128]; // URL of app update
|
||||
bool updateFound = false; // true if an app update was found
|
||||
|
||||
#ifdef HW_RVL
|
||||
|
||||
/****************************************************************************
|
||||
* UpdateCheck
|
||||
* Checks for an update for the application
|
||||
@ -282,11 +282,10 @@ bool InitializeNetwork(bool silent)
|
||||
|
||||
while(retry)
|
||||
{
|
||||
u64 start = gettime();
|
||||
|
||||
ShowAction("Initializing network...");
|
||||
|
||||
#ifdef HW_RVL
|
||||
u64 start = gettime();
|
||||
StartNetworkThread();
|
||||
|
||||
while (!LWP_ThreadIsSuspended(networkthread))
|
||||
|
Loading…
Reference in New Issue
Block a user