14 bool num = (PlayerInput.UseSteamDeckIfPossible = SteamUtils.IsSteamRunningOnSteamDeck());
18 PlayerInput.CurrentInputMode =
InputMode.XBoxGamepadUI;
19 GamepadMainMenuHandler.MoveCursorOnNextRun =
true;
20 PlayerInput.PreventFirstMousePositionGrab =
true;
24 Main.graphics.PreferredBackBufferWidth = (Main.screenWidth = 1280);
25 Main.graphics.PreferredBackBufferHeight = (Main.screenHeight = 800);
26 Main.startFullscreen =
true;
27 Main.toggleFullscreen =
true;
28 Main.screenBorderless =
false;
29 Main.screenMaximized =
false;
30 Main.InitialMapScale = (Main.MapScale = 0.73f);