mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-18 02:09:15 +00:00
feature: .NET 10 (ryubing/ryujinx!214)
See merge request ryubing/ryujinx!214
This commit is contained in:
@@ -4,8 +4,10 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
||||
{
|
||||
public partial class RumbleInputViewModel : BaseModel
|
||||
{
|
||||
[ObservableProperty] private float _strongRumble;
|
||||
[ObservableProperty]
|
||||
public partial float StrongRumble { get; set; }
|
||||
|
||||
[ObservableProperty] private float _weakRumble;
|
||||
[ObservableProperty]
|
||||
public partial float WeakRumble { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user