mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-26 12:13:00 +00:00
Move solution and projects to src
This commit is contained in:
6
src/Ryujinx.Ava/UI/Models/ControllerModel.cs
Normal file
6
src/Ryujinx.Ava/UI/Models/ControllerModel.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Ryujinx.Common.Configuration.Hid;
|
||||
|
||||
namespace Ryujinx.Ava.UI.Models
|
||||
{
|
||||
internal record ControllerModel(ControllerType Type, string Name);
|
||||
}
|
||||
Reference in New Issue
Block a user