mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
misc: More Mvvm usage instead of writing out the observable properties
This commit is contained in:
parent
3525d5ecd4
commit
27c5cba10b
11 changed files with 72 additions and 277 deletions
|
@ -756,7 +756,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
config.Multiplayer.LdnServer.Value = LdnServer;
|
||||
|
||||
// Dirty Hacks
|
||||
config.Hacks.Xc2MenuSoftlockFix.Value = DirtyHacks.Xc2MenuSoftlockFixEnabled;
|
||||
config.Hacks.Xc2MenuSoftlockFix.Value = DirtyHacks.Xc2MenuSoftlockFix;
|
||||
config.Hacks.EnableShaderTranslationDelay.Value = DirtyHacks.ShaderTranslationDelayEnabled;
|
||||
config.Hacks.ShaderTranslationDelay.Value = DirtyHacks.ShaderTranslationDelay;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue