Add a bunch of HLE functions for better reporting.

This commit is contained in:
Unknown W. Brackets 2013-08-22 23:04:55 -07:00
parent fca0af8e70
commit 2ef650aa2d
9 changed files with 58 additions and 2 deletions

View file

@ -682,8 +682,11 @@ const HLEFunction sceNetApctl[] = {
{0xb3edd0ec, WrapI_V<sceNetApctlTerm>, "sceNetApctlTerm"},
{0x2BEFDF23, 0, "sceNetApctlGetInfo"},
{0xa3e77e13, 0, "sceNetApctlScanSSID2"},
{0xe9b2e5e6, 0, "sceNetApctlScanUser"},
{0xf25a5006, 0, "sceNetApctlGetBSSDescIDList2"},
{0x2935c45b, 0, "sceNetApctlGetBSSDescEntry2"},
{0x04776994, 0, "sceNetApctlGetBSSDescEntryUser"},
{0x6bddcb8c, 0, "sceNetApctlGetBSSDescIDListUser"},
};
const HLEFunction sceWlanDrv[] = {