From 82ed16c67855c9878c758d46d873a1969d06e42c Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 10 Aug 2022 22:02:17 -0500 Subject: [PATCH] OpenGL minimum requirement fix (#2270) * OpenGL minimum requirement fix * Add one last fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 502d71808..2f402ef26 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/project * 512MB or more * Graphics card * DirectX 8 capable (Jabo's Direct3D8) - * OpenGL 1.1 capable (Project64 Video) + * OpenGL 2.0 capable (3.0+ recommended) (Project64 Video) * OpenGL 3.3 capable (GLideN64) +Intel integrated graphics can have issues that are not present with Nvidia and AMD GPU's even when the requirements are met. + ## Support For support, we ask all users read our [support document](./Docs/SUPPORT.md). Read this ***before*** opening issues.