mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-09 04:09:12 +00:00
Merge branch 'cursorhideidletimesetting' of https://github.com/ProfOzpin/Ryujinx into cursorhideidletimesetting
This commit is contained in:
commit
26f742c904
1 changed files with 1 additions and 1 deletions
|
@ -1545,7 +1545,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
Hid.EnableMouse.Value = configurationFileFormat.EnableMouse;
|
||||
Hid.Hotkeys.Value = configurationFileFormat.Hotkeys;
|
||||
Hid.InputConfig.Value = configurationFileFormat.InputConfig;
|
||||
|
||||
|
||||
if (Hid.InputConfig.Value == null)
|
||||
{
|
||||
Hid.InputConfig.Value = new List<InputConfig>();
|
||||
|
|
Loading…
Reference in a new issue