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