mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-01 14:17:43 +02:00
9 lines
133 B
C#
9 lines
133 B
C#
namespace Ryujinx.Graphics.Gpu.Engine
|
|
{
|
|
enum ConditionalRenderEnabled
|
|
{
|
|
False,
|
|
True,
|
|
Host
|
|
}
|
|
}
|