GUI: default to OpenGL on macOS
Metal backend seems to be unstable...
This commit is contained in:
parent
eb27d61197
commit
56d648189a
|
|
@ -83,10 +83,6 @@ enum FurnaceGUIRenderBackend {
|
|||
#define GUI_BACKEND_DEFAULT GUI_BACKEND_DX11
|
||||
#define GUI_BACKEND_DEFAULT_NAME "DirectX 11"
|
||||
#else
|
||||
#ifdef HAVE_RENDER_METAL
|
||||
#define GUI_BACKEND_DEFAULT GUI_BACKEND_METAL
|
||||
#define GUI_BACKEND_DEFAULT_NAME "Metal"
|
||||
#else
|
||||
#ifdef HAVE_RENDER_GL
|
||||
#ifdef SUPPORT_XP
|
||||
#define GUI_BACKEND_DEFAULT GUI_BACKEND_GL1
|
||||
|
|
@ -110,7 +106,6 @@ enum FurnaceGUIRenderBackend {
|
|||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef SUPPORT_XP
|
||||
#define GUI_WIDTH_DEFAULT 800
|
||||
|
|
|
|||
Loading…
Reference in a new issue