Some minor logging improvements that get to tag along the previous commit
This commit is contained in:
parent
506a86300d
commit
26ba65f385
3 changed files with 18 additions and 11 deletions
|
@ -25,7 +25,7 @@ u8 dummyOpenPSID[16] = { 0x10, 0x02, 0xA3, 0x44, 0x13, 0xF5, 0x93, 0xB0, 0xCC, 0
|
|||
|
||||
static int sceOpenPSIDGetOpenPSID(u32 OpenPSIDPtr)
|
||||
{
|
||||
ERROR_LOG(HLE, "UNTESTED sceOpenPSIDGetOpenPSID(%d)", OpenPSIDPtr);
|
||||
WARN_LOG(HLE, "UNTESTED sceOpenPSIDGetOpenPSID(%d)", OpenPSIDPtr);
|
||||
getLocalMac((SceNetEtherAddr*)&dummyOpenPSID);
|
||||
|
||||
if (Memory::IsValidAddress(OpenPSIDPtr))
|
||||
|
@ -40,7 +40,7 @@ static int sceOpenPSIDGetOpenPSID(u32 OpenPSIDPtr)
|
|||
|
||||
static int sceOpenPSID_driver_0x19D579F0(u32 OpenPSIDPtr,u32 unknown)
|
||||
{
|
||||
ERROR_LOG(HLE, "UNTESTED sceOpenPSID_driver_0x19D579F0(%d,%d)", OpenPSIDPtr,unknown);
|
||||
WARN_LOG(HLE, "UNTESTED sceOpenPSID_driver_0x19D579F0(%d,%d)", OpenPSIDPtr,unknown);
|
||||
getLocalMac((SceNetEtherAddr*)&dummyOpenPSID);
|
||||
|
||||
if (Memory::IsValidAddress(OpenPSIDPtr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue