GreemDev / Ryujinx

Experimental Switch emulator written in C#
MIT License
5.17k stars 413 forks source link

[Feature Request] Do not check/asking for updates if Ryujinx has been started with arguments #263

Closed Linx-ESP closed 3 days ago

Linx-ESP commented 5 days ago

Overview

Stop ryujinx from showing the popup to update when it has been started with arguments like starting a game directly. This right now is done by globally disabling "check updates at startup"

Smaller details

Adding an additional argument to not show the popup would be enough, since the tools like Steam Rom Manager, Playnite, etc, already have profiles that include the correct commands and arguments for opening the game directly.

Nature of request

Additional feature

Why would this feature be useful?

Make controller GUIs like Steam Big Picture or Playnite not require the additional input from a mouse/kb when starting a game.

GreemDev commented 3 days ago

Use the new command-line flag --hide-updates.