From 39c70f48545e1ebee59ebaa9ca9fd139a2421a0a Mon Sep 17 00:00:00 2001 From: SleepingSnakezzz <71992016+SleepingSnakezzz@users.noreply.github.com> Date: Sat, 10 Sep 2022 13:43:44 +0200 Subject: [PATCH] Changed the OpenGL version message formulation to make it easier to search the page for MacOS users encountering the error. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index de2452d..9183400 100644 --- a/FAQ.md +++ b/FAQ.md @@ -145,7 +145,7 @@ We're pleased to say that _Citra_ works on all three major desktop operating sys _Citra_ is actively tested and supported on various 64-bit version of _Windows_ (_7_ and up), _Linux_ and Android (9.0 - Pie or newer). Other platforms may work, but aren't tested by developers. We have no plans to support 32-bit operating systems officially. -MacOS support has been temporarily dropped whilst work on the graphics backend is underway. Part of that work required us to up the OpenGL version requirement to 4.3, which is something that MacOS doesn't support. So until a Vulkan implementation is implemented, the last Citra MacOS build that works is Nightly 1782: +MacOS support has been temporarily dropped whilst work on the graphics backend is underway. Part of that work required us to up the OpenGL 3.3 version requirement to OpenGL 4.3, which is something that MacOS doesn't support. So until a Vulkan implementation is implemented, the last Citra MacOS build that works is Nightly 1782: Download `citra-osx-20220901-d380980.tar.gz` from https://github.com/citra-emu/citra-nightly/releases/tag/nightly-1782 Extract the .tar.gz file and run `citra-qt`.