mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-06 13:06:09 -05:00
Adjust the values for input repeating in the config menu
This commit is contained in:
parent
92fd09a501
commit
e3e67f8a8e
|
|
@ -6,7 +6,7 @@ class InputRepeater {
|
|||
public:
|
||||
// thresholdDelay: frames to wait before starting repeat (e.g., 15)
|
||||
// repeatRate: frames between repeats (e.g., 6)
|
||||
explicit InputRepeater(uint32_t thresholdDelay = 15, uint32_t repeatRate = 6)
|
||||
explicit InputRepeater(uint32_t thresholdDelay = 12, uint32_t repeatRate = 3)
|
||||
: mThresholdDelay(thresholdDelay), mRepeatRate(repeatRate) {}
|
||||
|
||||
uint32_t update(const Input &input, uint32_t mask) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user