mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-10 14:02:34 -07:00
Move types
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Irsensor
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Size = 0x8)]
|
||||
struct PackedIrLedProcessorConfig
|
||||
{
|
||||
public PackedMcuVersion RequiredMcuVersion;
|
||||
public byte LightTarget;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user