| 322 | /////////////////////////////////////////// |
| 323 | |
| 324 | void sk_step_begin() { |
| 325 | local.in_step = true; |
| 326 | sk_step_timer(); |
| 327 | systems_step_partial(system_run_before, local.app_system_idx); |
| 328 | local.app_system->profile_frame_start = stm_now(); |
| 329 | } |
| 330 | |
| 331 | /////////////////////////////////////////// |
| 332 |
no test coverage detected