snes9xgx/source/ngc/networkop.h

23 lines
496 B
C
Raw Normal View History

/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
* Tantric December 2008
*
* networkop.h
*
* Network and SMB support routines
****************************************************************************/
#ifndef _NETWORKOP_H_
#define _NETWORKOP_H_
void UpdateCheck();
bool DownloadUpdate();
2008-12-18 19:36:30 +01:00
void InitializeNetwork(bool silent);
2008-08-12 05:25:16 +02:00
bool ConnectShare (bool silent);
2008-12-18 19:36:30 +01:00
void CloseShare();
2008-10-14 11:21:34 +02:00
extern bool updateFound;
#endif