OpenGL minimum requirement fix (#2270)

* OpenGL minimum requirement fix

* Add one last fix
This commit is contained in:
Derek "Turtle" Roe 2022-08-10 22:02:17 -05:00 committed by GitHub
parent f8bfec42f5
commit 82ed16c678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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)
<sub>Intel integrated graphics can have issues that are not present with Nvidia and AMD GPU's even when the requirements are met.</sub>
## Support
For support, we ask all users read our [support document](./Docs/SUPPORT.md). Read this ***before*** opening issues.