mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-21 14:48:27 -06:00
10 lines
221 B
C#
10 lines
221 B
C#
![]() |
namespace Ryujinx.HLE.HOS.Applets
|
||
|
{
|
||
|
unsafe struct ControllerSupportResultInfo
|
||
|
{
|
||
|
public sbyte PlayerCount;
|
||
|
fixed byte _padding[3];
|
||
|
public uint SelectedId;
|
||
|
public uint Result;
|
||
|
}
|
||
|
}
|