mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-15 12:36:28 +02:00
UI: Enable Rainbow cycling in the Settings window
This commit is contained in:
parent
0ed7fd14ba
commit
023bd5f00f
4 changed files with 31 additions and 3 deletions
|
@ -2,8 +2,6 @@ using Ryujinx.Common.Configuration.Hid;
|
|||
using Ryujinx.Common.Configuration.Hid.Controller;
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.Common.Utilities;
|
||||
using Ryujinx.HLE.HOS.Services.Hid;
|
||||
using SDL2;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Numerics;
|
||||
|
@ -12,7 +10,7 @@ using static SDL2.SDL;
|
|||
|
||||
namespace Ryujinx.Input.SDL2
|
||||
{
|
||||
class SDL2Gamepad : IGamepad
|
||||
public class SDL2Gamepad : IGamepad
|
||||
{
|
||||
private bool HasConfiguration => _configuration != null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue