mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-06 03:11:20 -08:00
5e0f8e8738
9 lines
121 B
C#
9 lines
121 B
C#
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
public enum GraphicsBackend
|
||||
{
|
||||
Vulkan,
|
||||
OpenGl
|
||||
}
|
||||
}
|