mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 10:39:50 -06:00
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