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