mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 17:02:40 +00:00
fix for mac
This commit is contained in:
parent
44e3a900a8
commit
069558bd20
@ -1158,7 +1158,7 @@ int PS4_SYSV_ABI sceNetGetMacAddress(OrbisNetEtherAddr* addr, int flags) {
|
||||
}
|
||||
#else
|
||||
// TODO: Implement the function for non Windows OS
|
||||
char fakeaddress[6] = {0x9A, 0x9D, 0xCA, 0xED, 0xA5, 0xCB};
|
||||
char fakeaddress[] = {0x9A, 0x9D, 0xCA, 0xED, 0xA5, 0xCB};
|
||||
memcpy(addr->data, fakeaddress, 6);
|
||||
#endif
|
||||
return ORBIS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user