mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-31 12:02:55 -06:00
ba95ee54ab
This reverts commit 4ce4299ca2a6b11332f2341c69f40efd7205282f.
9 lines
121 B
C#
9 lines
121 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum GraphicsBackend
|
|
{
|
|
Vulkan,
|
|
OpenGl
|
|
}
|
|
}
|