mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-06 09:39:44 +00:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum GraphicsBackend
|
|
{
|
|
Vulkan,
|
|
OpenGl
|
|
}
|
|
}
|