mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 14:00:48 -07:00
Move solution and projects to src
This commit is contained in:
14
src/Ryujinx.Horizon/Sdk/Sf/Cmif/CmifOutHeader.cs
Normal file
14
src/Ryujinx.Horizon/Sdk/Sf/Cmif/CmifOutHeader.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Ryujinx.Horizon.Common;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Sf.Cmif
|
||||
{
|
||||
struct CmifOutHeader
|
||||
{
|
||||
#pragma warning disable CS0649
|
||||
public uint Magic;
|
||||
public uint Version;
|
||||
public Result Result;
|
||||
public uint Token;
|
||||
#pragma warning restore CS0649
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user