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-24 00:46:17 -04:00
2018-10-23 22:35:59 -04:00
2018-10-26 12:49:11 -04:00
2018-09-10 21:29:59 -04:00
2018-10-10 02:04:55 -04:00
2018-10-26 00:16:25 -04:00
2018-10-23 18:44:08 -04:00
2018-10-25 22:10:08 -04:00
2018-10-23 19:31:28 -04:00
2016-09-21 00:16:33 -07:00
2018-10-02 15:30:48 +02:00