Skip to content

Commit

Permalink
Change default impulse trigger strength to 33%
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Nov 29, 2024
1 parent 1a30f00 commit 270d73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SpecialK/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1083,8 +1083,8 @@ struct sk_config_t
bool native_ps4 = false;
bool bt_input_only = false;
float low_battery_percent = 25.0f;
float impulse_strength_l = 1.0f;
float impulse_strength_r = 1.0f;
float impulse_strength_l = 0.33f;
float impulse_strength_r = 0.33f;

struct xinput_s {
unsigned
Expand Down

0 comments on commit 270d73e

Please sign in to comment.