mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
6 lines
148 B
C#
6 lines
148 B
C#
using Ryujinx.Common.Configuration.Hid;
|
|
|
|
namespace Ryujinx.Ava.UI.Models
|
|
{
|
|
internal record ControllerModel(ControllerType Type, string Name);
|
|
}
|