mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-08 14:58:36 +00:00
sceNet stubs
Added from MGS peace walker
This commit is contained in:
parent
8cc95d5640
commit
6686849d35
@ -92,6 +92,7 @@ const HLEFunction sceNetAdhoc[] =
|
||||
{0xa0229362, 0, "sceNetAdhocGameModeDeleteMaster"},
|
||||
{0x0b2228e9, 0, "sceNetAdhocGameModeDeleteReplica"},
|
||||
{0x7F75C338, 0, "sceNetAdhocGameModeCreateMaster"},
|
||||
{0x73bfd52d, 0, "sceNetAdhocSetSocketAlert"},
|
||||
};
|
||||
|
||||
const HLEFunction sceNetAdhocMatching[] =
|
||||
@ -131,6 +132,7 @@ const HLEFunction sceNetAdhocctl[] =
|
||||
{0x1ff89745, 0, "sceNetAdhocctlJoinEnterGameMode"},
|
||||
{0xcf8e084d, 0, "sceNetAdhocctlExitGameMode"},
|
||||
{0xe162cb14, 0, "sceNetAdhocctlGetPeerList"},
|
||||
{0x362cbe8f, 0, "sceNetAdhocctlGetAdhocId"},
|
||||
};
|
||||
|
||||
const HLEFunction sceNetResolver[] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user