mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Merge branch 'Ryubing:master' into master
This commit is contained in:
commit
c325339cd0
1 changed files with 2 additions and 1 deletions
|
|
@ -289,7 +289,8 @@ namespace Ryujinx.Headless
|
|||
|
||||
DriverUtilities.InitDriverConfig(option.BackendThreading == BackendThreading.Off);
|
||||
|
||||
if (_inputConfiguration.OfType<StandardControllerInputConfig>().Any(ic => ic.Led.UseRainbow))
|
||||
if (_inputConfiguration.OfType<StandardControllerInputConfig>()
|
||||
.Any(ic => ic?.Led?.UseRainbow ?? false))
|
||||
Rainbow.Enable();
|
||||
|
||||
while (true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue