mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-16 10:20:18 +00:00
19 lines
No EOL
315 B
C#
19 lines
No EOL
315 B
C#
namespace Ryujinx.Horizon.Sdk.Lm
|
|
{
|
|
enum LogDataChunkKey
|
|
{
|
|
Start = 0,
|
|
Stop = 1,
|
|
Message = 2,
|
|
Line = 3,
|
|
Filename = 4,
|
|
Function = 5,
|
|
Module = 6,
|
|
Thread = 7,
|
|
DropCount = 8,
|
|
Time = 9,
|
|
ProgramName = 10,
|
|
|
|
Count
|
|
}
|
|
} |