diff --git a/site/layouts/page/downloads.html b/site/layouts/page/downloads.html index 3499bb85..912bd9cc 100644 --- a/site/layouts/page/downloads.html +++ b/site/layouts/page/downloads.html @@ -15,7 +15,14 @@
{{ .Content }}
- + +
+
+

Note: Mac OS is no longer supported due to Apple deprecating OpenGL + and their current version not supporting the OpenGL extensions we require.

+ Source +
+
@@ -40,7 +47,7 @@
- yuzu doesn't support your platform. If you are running Windows x64, Mac x64 or Linux x64 however, + yuzu doesn't support your platform. If you are running Windows x64 or Linux x64 however, choose one of the options below.
@@ -122,9 +129,9 @@ // Attempt autodetection of their operating system var userAgent = navigator.userAgent.toLowerCase(); - + var allPlatforms = ["windows", "mac", "linux"]; - + var os = "Other"; if (userAgent.indexOf("windows") !== -1) { os = "Windows"; diff --git a/site/layouts/partials/homepage/heroContents.html b/site/layouts/partials/homepage/heroContents.html index b3176978..997ace38 100644 --- a/site/layouts/partials/homepage/heroContents.html +++ b/site/layouts/partials/homepage/heroContents.html @@ -4,7 +4,7 @@

{{ .Site.Params.Tagline }}

yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of Citra.

-

It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and macOS.

+

It is written in C++ with portability in mind, with builds actively maintained for Windows and Linux.