1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-18 07:26:43 +00:00
Ryujinx/src/Ryujinx.UI.Common/App
TSRBerry 263eb97f79
Avoid race conditions while launching games directly from the command line (#7116)
* optimization: Load application metadata only for applications with IDs

* Load applications when necessary

This prevents loading applications when launching an application
directly from the command line (or a shortcut).
Instead, applications will be loaded after the emulation was stopped by the user.

* Show the title in the configured language when launching an application

* Rename DesiredTitleLanguage to DesiredLanguage
2024-08-03 22:31:34 +01:00
..
ApplicationAddedEventArgs.cs
ApplicationCountUpdatedEventArgs.cs
ApplicationData.cs Fix checking for the wrong metadata files for applications launched with a different program index (#7055) 2024-07-21 14:42:23 -03:00
ApplicationJsonSerializerContext.cs
ApplicationLibrary.cs Avoid race conditions while launching games directly from the command line (#7116) 2024-08-03 22:31:34 +01:00
ApplicationMetadata.cs