mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:30:47 -07:00
18 lines
372 B
C#
18 lines
372 B
C#
namespace Ryujinx.HLE.HOS.Services.Lm
|
|
{
|
|
internal enum LmLogField
|
|
{
|
|
Start = 0,
|
|
Stop = 1,
|
|
Message = 2,
|
|
Line = 3,
|
|
Filename = 4,
|
|
Function = 5,
|
|
Module = 6,
|
|
Thread = 7,
|
|
DropCount = 8,
|
|
Time = 9,
|
|
ProgramName = 10,
|
|
Count
|
|
}
|
|
} |