mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
aight, wifi done
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
#ifndef WIFI_H
|
||||
#define WIFI_H
|
||||
|
||||
#include "Savestate.h"
|
||||
|
||||
namespace Wifi
|
||||
{
|
||||
|
||||
@ -146,6 +148,7 @@ extern bool MPInited;
|
||||
bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
void DoSavestate(Savestate* file);
|
||||
|
||||
void StartTX_Beacon();
|
||||
|
||||
|
Reference in New Issue
Block a user