|
|
@@ -125,6 +125,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|
|
ApplicationSort = UI.ApplicationSort,
|
|
|
IsAscendingOrder = UI.IsAscendingOrder,
|
|
|
StartFullscreen = UI.StartFullscreen,
|
|
|
+ StartNoUI = UI.StartNoUI,
|
|
|
ShowConsole = UI.ShowConsole,
|
|
|
EnableKeyboard = Hid.EnableKeyboard,
|
|
|
EnableMouse = Hid.EnableMouse,
|
|
|
@@ -233,6 +234,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|
|
UI.ApplicationSort.Value = 0;
|
|
|
UI.IsAscendingOrder.Value = true;
|
|
|
UI.StartFullscreen.Value = false;
|
|
|
+ UI.StartNoUI.Value = false;
|
|
|
UI.ShowConsole.Value = true;
|
|
|
UI.WindowStartup.WindowSizeWidth.Value = 1280;
|
|
|
UI.WindowStartup.WindowSizeHeight.Value = 760;
|