mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 18:38:36 +00:00
13 lines
228 B
C#
13 lines
228 B
C#
namespace Ryujinx.HLE.OsHle.Services.Lm
|
|
{
|
|
enum LmLogField
|
|
{
|
|
Skip = 1,
|
|
Message = 2,
|
|
Line = 3,
|
|
Filename = 4,
|
|
Function = 5,
|
|
Module = 6,
|
|
Thread = 7
|
|
}
|
|
} |