mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-12 10:07:18 -05:00
UI: Auto graphics backend
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Ryujinx.Common.Configuration
|
||||
[JsonConverter(typeof(TypedStringEnumConverter<GraphicsBackend>))]
|
||||
public enum GraphicsBackend
|
||||
{
|
||||
Auto,
|
||||
Vulkan,
|
||||
OpenGl,
|
||||
Metal
|
||||
|
||||
Reference in New Issue
Block a user