mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-09 12:19:12 +00:00
Merge branch 'cursorhideidletimesetting' of https://github.com/ProfOzpin/Ryujinx into cursorhideidletimesetting
This commit is contained in:
commit
72df471cba
3 changed files with 1 additions and 2 deletions
|
@ -423,7 +423,6 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
/// </summary>
|
||||
public ReactiveObject<List<InputConfig>> InputConfig { get; private set; }
|
||||
|
||||
|
||||
public HidSection()
|
||||
{
|
||||
EnableKeyboard = new ReactiveObject<bool>();
|
||||
|
|
|
@ -124,7 +124,6 @@ namespace Ryujinx.Ava
|
|||
public bool ScreenshotRequested { get; set; }
|
||||
|
||||
public AppHost(
|
||||
|
||||
RendererHost renderer,
|
||||
InputManager inputManager,
|
||||
string applicationPath,
|
||||
|
|
|
@ -408,6 +408,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
ShowConfirmExit = config.ShowConfirmExit;
|
||||
HideCursor = (int)config.HideCursor.Value;
|
||||
CursorHideIdleTime = config.CursorHideIdleTime.Value;
|
||||
|
||||
GameDirectories.Clear();
|
||||
GameDirectories.AddRange(config.UI.GameDirs.Value);
|
||||
|
||||
|
|
Loading…
Reference in a new issue