Skip to content
  • Thomas Guillem's avatar
    input_clock: change rate argument · e94cc7fe
    Thomas Guillem authored
    Use a float and inverse it.
    
    Before, the int rate value for a 4x speed was 250 (INPUT_RATE_DEFAULT / 250 =
    4.f).  Now, for a 4x speed, the float value will be 4.f.
    e94cc7fe