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 18:36:30 +00:00
void InitializeNetwork(bool silent);
2008-08-12 03:25:16 +00:00
bool ConnectShare (bool silent);
2008-12-18 18:36:30 +00:00
void CloseShare();
2008-10-14 09:21:34 +00:00
extern bool updateFound;
#endif