mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 21:38:32 -05:00
renderer_opengl: Update OpenGL backend version requirement to 4.6
This commit is contained in:
@ -506,7 +506,7 @@ bool RendererOpenGL::Init() {
|
||||
|
||||
AddTelemetryFields();
|
||||
|
||||
if (!GLAD_GL_VERSION_4_3) {
|
||||
if (!GLAD_GL_VERSION_4_6) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user