Thomas Barnes
Member
aldostool:
Is the info below what I'm looking to change?:
Is the info below what I'm looking to change?:
| sprintf(tmp, "CPU: %i°C RSX: %i°C FAN: %i%% \n" | |
| "%s: %id %02d:%02d:%02d%s\n" | |
| "Firmware : %s %s\n" | |
| "IP: %s %s%s", | |
| t1, t2, (int)(((int)speed*100)/255), | |
| bb ? "Play" : "Startup", dd, hh, mm, ss, smax, | |
| fw_version, cfw_info, ip, net_type, syscalls_removed ? " [noSC]" : ""); | |