mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-03 20:27:19 +01:00
a4fc9f8050
9 lines
121 B
C#
9 lines
121 B
C#
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
public enum GraphicsBackend
|
||||
{
|
||||
Vulkan,
|
||||
OpenGl
|
||||
}
|
||||
}
|