Added new arguments for shortcuts. When starting a game with arguments, a separate independent setting will be used
13 lines
237 B
C#
13 lines
237 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|
{
|
|
public partial class SettingsApplyOverride : UserControl
|
|
{
|
|
public SettingsApplyOverride()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|