mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-10-03 10:05:50 -05:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Ryujinx.HLE.HOS.Services.Hid;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Applets
|
||||
{
|
||||
public struct ControllerAppletUiArgs
|
||||
{
|
||||
public int PlayerCountMin;
|
||||
public int PlayerCountMax;
|
||||
public ControllerType SupportedStyles;
|
||||
public IEnumerable<PlayerIndex> SupportedPlayers;
|
||||
public bool IsDocked;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user