mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 02:51:13 +02:00
[HID] Fixed HD Rumble latency
This commit is contained in:
@@ -23,5 +23,16 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
private bool _enableHDRumble;
|
||||
public bool EnableHDRumble
|
||||
{
|
||||
get => _enableHDRumble;
|
||||
set
|
||||
{
|
||||
_enableHDRumble = value;
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user