mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-02 20:23:06 +01:00
c0821fee1f
9 lines
121 B
C#
9 lines
121 B
C#
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
public enum GraphicsBackend
|
||||
{
|
||||
Vulkan,
|
||||
OpenGl
|
||||
}
|
||||
}
|