Gets the current value of the PS3’s real time clock and time base value.
result = lv1_get_rtc( /*OUT*/ &rtc_val, &tb_val );
| Outputs | |
|---|---|
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
| R4 | rtc_val - real time clock value |
| R5 | tb_val - time base value |
Notes: