mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 14:19:52 -06:00
Command line argument -f doesn't toggle 'Start games in fullscreen mode' (#2424)
Closes Ryujinx#2308
This commit is contained in:
@ -136,11 +136,6 @@ namespace Ryujinx
|
||||
}
|
||||
}
|
||||
|
||||
if (startFullscreenArg)
|
||||
{
|
||||
ConfigurationState.Instance.Ui.StartFullscreen.Value = true;
|
||||
}
|
||||
|
||||
// Logging system information.
|
||||
PrintSystemInfo();
|
||||
|
||||
@ -164,7 +159,7 @@ namespace Ryujinx
|
||||
|
||||
if (launchPathArg != null)
|
||||
{
|
||||
mainWindow.LoadApplication(launchPathArg);
|
||||
mainWindow.LoadApplication(launchPathArg, startFullscreenArg);
|
||||
}
|
||||
|
||||
if (ConfigurationState.Instance.CheckUpdatesOnStart.Value && Updater.CanUpdate(false))
|
||||
|
Reference in New Issue
Block a user