Nvidia: use default p4 preset instead of p5, might fix frame issues

This commit is contained in:
dec05eba
2024-01-11 10:50:14 +01:00
parent 4c098a4f03
commit 94cbed9471
6 changed files with 17 additions and 1 deletions

View File

@@ -363,6 +363,8 @@ static bool gsr_egl_load_gl(gsr_egl *self, void *library) {
dlsym_assign required_dlsym[] = {
{ (void**)&self->glGetError, "glGetError" },
{ (void**)&self->glGetString, "glGetString" },
{ (void**)&self->glFlush, "glFlush" },
{ (void**)&self->glFinish, "glFinish" },
{ (void**)&self->glClear, "glClear" },
{ (void**)&self->glClearColor, "glClearColor" },
{ (void**)&self->glGenTextures, "glGenTextures" },