Move solution and projects to src
This commit is contained in:
14
src/Ryujinx.Horizon/Sdk/Lm/LogDestination.cs
Normal file
14
src/Ryujinx.Horizon/Sdk/Lm/LogDestination.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Lm
|
||||
{
|
||||
[Flags]
|
||||
enum LogDestination
|
||||
{
|
||||
TargetManager = 1 << 0,
|
||||
Uart = 1 << 1,
|
||||
UartIfSleep = 1 << 2,
|
||||
|
||||
All = 0xffff
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user