mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-24 10:07:43 -03:00
Update ConfigurationState.Migration.cs
This commit is contained in:
parent
e849f94a2e
commit
6b44f32448
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|||
UI.GridSize.Value = cff.GridSize;
|
||||
UI.ApplicationSort.Value = cff.ApplicationSort;
|
||||
UI.StartFullscreen.Value = cff.StartFullscreen;
|
||||
UI.StartNoUI.Value = cff.StartNoUI;
|
||||
UI.ShowConsole.Value = cff.ShowConsole;
|
||||
UI.WindowStartup.WindowSizeWidth.Value = cff.WindowStartup.WindowSizeWidth;
|
||||
UI.WindowStartup.WindowSizeHeight.Value = cff.WindowStartup.WindowSizeHeight;
|
||||
|
|
Loading…
Add table
Reference in a new issue