Browse Source

Use metal by default on supported systems.

There are still issues to fix with the Metal backend, but it's more easily testable now at least.
Alex Szpakowski 3 năm trước cách đây
mục cha
commit
5549279eb1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/graphics/Graphics.cpp

+ 1 - 1
src/modules/graphics/Graphics.cpp

@@ -111,8 +111,8 @@ namespace metal { extern love::graphics::Graphics *createInstance(); }
 #endif
 
 static const Renderer rendererOrder[] = {
-	RENDERER_OPENGL,
 	RENDERER_METAL,
+	RENDERER_OPENGL,
 };
 
 static std::vector<Renderer> defaultRenderers =