mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-30 09:11:34 -08: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
|
|
}
|
|
}
|