This repository has been archived on 2024-10-12 . You can view files and clone it, but cannot push or open issues or pull requests.
9 lines
121 B
C#
9 lines
121 B
C#
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
public enum GraphicsBackend
|
||||
{
|
||||
Vulkan,
|
||||
OpenGl
|
||||
}
|
||||
}
|