anyone know how?
DISCORD: xexghosted
CellNetCtlInfo net;
cellNetCtlGetInfo(CELL_NET_CTL_INFO_ETHER_ADDR, &net);
const char * Mac = (const char*)net.ether_addr.data;
(04-20-2019 - 10:10 PM)PhucedMODZ Wrote: [spoiler="if you dont know how to print a chat then thats our own problem but here, its so simple"]
[/spoiler]Code:CellNetCtlInfo net;
cellNetCtlGetInfo(CELL_NET_CTL_INFO_ETHER_ADDR, &net);
const char * Mac = (const char*)net.ether_addr.data;
to get more of an idea on how ps3 works, look at this
https://github.com/RPCS3/rpcs3
(04-21-2019 - 01:40 AM)DreadBot Wrote:(04-20-2019 - 10:10 PM)PhucedMODZ Wrote: [spoiler="if you dont know how to print a chat then thats our own problem but here, its so simple"]
[/spoiler]Code:CellNetCtlInfo net;
cellNetCtlGetInfo(CELL_NET_CTL_INFO_ETHER_ADDR, &net);
const char * Mac = (const char*)net.ether_addr.data;
to get more of an idea on how ps3 works, look at this
https://github.com/RPCS3/rpcs3
Thanks <3