mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-07 18:16:27 +02:00
misc: Add CommunityToolkit.Mvvm for observable property generation; apply it to MainWindowViewModel for now.
This commit is contained in:
parent
19d2883a35
commit
61ae427a4d
5 changed files with 76 additions and 563 deletions
|
@ -314,7 +314,7 @@ namespace Ryujinx.Ava
|
|||
|
||||
_renderer.Window?.ChangeVSyncMode(e.NewValue);
|
||||
|
||||
_viewModel.ShowCustomVSyncIntervalPicker = (e.NewValue == VSyncMode.Custom);
|
||||
_viewModel.UpdateVSyncIntervalPicker();
|
||||
}
|
||||
|
||||
public void VSyncModeToggle()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue