Lioncash
6594853eb1
svc: Implement svcGetInfo command 0xF0000002
This retrieves:
if (curr_thread == handle_thread) {
result = total_thread_ticks + (hardware_tick_count - last_context_switch_ticks);
} else if (curr_thread == handle_thread && sub_id == current_core_index) {
result = hardware_tick_count - last_context_switch_ticks;
}
2018-10-26 12:49:11 -04:00
..
2018-10-26 12:49:11 -04:00
2018-10-25 22:10:08 -04:00
2018-09-19 15:13:56 +10:00
2018-10-24 14:58:37 -04:00
2018-01-13 22:38:52 +00:00
2017-08-29 20:39:55 +12:00
2018-08-28 09:39:50 -04:00