From a182e6a078f9c944c9a261eee508e906a1c9f06e Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 19 May 2017 09:22:07 +0200 Subject: [PATCH] Readme: Update supported Android CPU architectures x86-64 support was added by fd0b99b, and at least one person has been able to run it on Android-x86 (the desktop-oriented fork). --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 15b15fd458..7649bbd851 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,7 @@ Please read the [FAQ](https://dolphin-emu.org/docs/faq/) before using Dolphin. * OS * Android (5.0 Lollipop or higher). * Processor - * An ARM processor with support for 64-bit applications. (An Intel x86 processor could also work in theory, but no known x86 devices support 64-bit applications.) + * A processor with support for 64-bit applications (either ARMv8 or x86-64). * Graphics * A graphics processor that supports OpenGL ES 3.0 or higher. Performance varies heavily with [driver quality](https://dolphin-emu.org/blog/2013/09/26/dolphin-emulator-and-opengl-drivers-hall-fameshame/). * A graphics processor that supports standard desktop OpenGL features is recommended for best performance.