Files
suyu/src/core/hle/kernel
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-08-28 22:31:51 -04:00
2018-08-28 22:31:51 -04:00
2018-10-06 16:49:01 +10:00
2018-10-13 17:00:43 -04:00
2018-08-28 22:31:51 -04:00