mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
oh ffs
This commit is contained in:
@ -495,16 +495,6 @@ u16 MP_RecvReplies(u8* data, u64 timestamp, u16 aidmask)
|
|||||||
return LocalMP::RecvReplies(data, timestamp, aidmask);
|
return LocalMP::RecvReplies(data, timestamp, aidmask);
|
||||||
}
|
}
|
||||||
|
|
||||||
int MP_RecvHostPacket(u8* data, u64* timestamp)
|
|
||||||
{
|
|
||||||
return LocalMP::RecvHostPacket(data, timestamp);
|
|
||||||
}
|
|
||||||
|
|
||||||
u16 MP_RecvReplies(u8* data, u64 timestamp, u16 aidmask)
|
|
||||||
{
|
|
||||||
return LocalMP::RecvReplies(data, timestamp, aidmask);
|
|
||||||
}
|
|
||||||
|
|
||||||
bool LAN_Init()
|
bool LAN_Init()
|
||||||
{
|
{
|
||||||
if (Config::DirectLAN)
|
if (Config::DirectLAN)
|
||||||
|
Reference in New Issue
Block a user