snes9xgx/source/networkop.h
Daryl Borth 9703bef743 remove wiiupc since libogc wiiuse now supports WiiU Pro controller.
remove update check completely. compatibility fixes for newer devkitppc.
2018-08-01 12:44:21 -06:00

18 lines
381 B
C

/****************************************************************************
* Snes9x Nintendo Wii/Gamecube Port
*
* Tantric 2008-2010
*
* networkop.h
*
* Network and SMB support routines
****************************************************************************/
#ifndef _NETWORKOP_H_
#define _NETWORKOP_H_
bool ConnectShare (bool silent);
void CloseShare();
#endif