mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 04:30:46 -07:00
11 lines
195 B
C#
11 lines
195 B
C#
namespace Ryujinx.Horizon.Sdk.Sf.Cmif
|
|
{
|
|
struct CmifInHeader
|
|
{
|
|
public uint Magic;
|
|
public uint Version;
|
|
public uint CommandId;
|
|
public uint Token;
|
|
}
|
|
}
|