mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-04 02:57:43 +02:00
13 lines
No EOL
229 B
C#
13 lines
No EOL
229 B
C#
namespace Ryujinx.Core.OsHle.Services.Lm
|
|
{
|
|
enum LmLogField
|
|
{
|
|
Skip = 1,
|
|
Message = 2,
|
|
Line = 3,
|
|
Filename = 4,
|
|
Function = 5,
|
|
Module = 6,
|
|
Thread = 7
|
|
}
|
|
} |