mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
672f1ac0ba
reset preferences now resets control mappings improved SMB
20 lines
411 B
C
20 lines
411 B
C
/****************************************************************************
|
|
* FCE Ultra 0.98.12
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric September 2008
|
|
*
|
|
* smbop.h
|
|
*
|
|
* SMB support routines
|
|
****************************************************************************/
|
|
|
|
#ifndef _NGCSMB_
|
|
#define _NGCSMB_
|
|
|
|
void InitializeNetwork(bool silent);
|
|
bool ConnectShare (bool silent);
|
|
void CloseShare();
|
|
|
|
#endif
|