Ryujinx/Ryujinx.HLE/HOS/Services/Hid/HidDevices/Types/ControllerConfig.cs

8 lines
163 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.Services.Hid
{
public struct ControllerConfig
{
public PlayerIndex Player;
public ControllerType Type;
}
}