mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-05 09:58:58 -06:00
Move solution and projects to src
This commit is contained in:
15
src/Ryujinx.Input/Motion/CemuHook/Protocol/Header.cs
Normal file
15
src/Ryujinx.Input/Motion/CemuHook/Protocol/Header.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Ryujinx.Common.Memory;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Ryujinx.Input.Motion.CemuHook.Protocol
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
public struct Header
|
||||
{
|
||||
public uint MagicString;
|
||||
public ushort Version;
|
||||
public ushort Length;
|
||||
public Array4<byte> Crc32;
|
||||
public uint Id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user