Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs
Normal file
12
src/Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Engine
|
||||
{
|
||||
/// <summary>
|
||||
/// Conditional rendering enable.
|
||||
/// </summary>
|
||||
enum ConditionalRenderEnabled
|
||||
{
|
||||
False,
|
||||
True,
|
||||
Host
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user