mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 13:00:46 -07:00
Move solution and projects to src
This commit is contained in:
19
src/Ryujinx.Horizon/Sdk/Lm/LogDataChunkKey.cs
Normal file
19
src/Ryujinx.Horizon/Sdk/Lm/LogDataChunkKey.cs
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user