get_throttle_state

Function get_throttle_state 

Source
pub unsafe fn get_throttle_state(
    callback: retro_environment_t,
) -> Option<retro_throttle_state>
Expand description

Unstable Allows an implementation to get details on the actual rate the frontend is attempting to call Core::on_run.

ยงThis feature is unstable and guarded by the unstable-env-commands feature flag.

Please be advised that this feature might change without further notice and no guarantees about its stability can be made.