Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
5549279eb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 =