mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-12 14:04:17 +00:00
Move solution and projects to src
This commit is contained in:
15
src/Ryujinx.Horizon/Sdk/Lm/LogPacketHeader.cs
Normal file
15
src/Ryujinx.Horizon/Sdk/Lm/LogPacketHeader.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Ryujinx.Horizon.Sdk.Diag;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Lm
|
||||
{
|
||||
struct LogPacketHeader
|
||||
{
|
||||
public ulong ProcessId;
|
||||
public ulong ThreadId;
|
||||
public LogPacketFlags Flags;
|
||||
public byte Padding;
|
||||
public LogSeverity Severity;
|
||||
public byte Verbosity;
|
||||
public uint PayloadSize;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user