mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-17 00:06:39 +00:00
7210c17c5e
9 lines
121 B
C#
9 lines
121 B
C#
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
public enum GraphicsBackend
|
||||
{
|
||||
Vulkan,
|
||||
OpenGl
|
||||
}
|
||||
}
|