mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-13 13:37:00 +00:00
UI: Match System Time is now an active setting which you can toggle on/off.
This commit is contained in:
parent
55536f5d78
commit
774edb7b29
11 changed files with 64 additions and 53 deletions
|
|
@ -429,7 +429,8 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|||
};
|
||||
}
|
||||
}),
|
||||
(62, static cff => cff.RainbowSpeed = 1f)
|
||||
(62, static cff => cff.RainbowSpeed = 1f),
|
||||
(63, static cff => cff.MatchSystemTime = false)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue