Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLInterface: Remove unneeded wglShareLists call #10100

Merged
merged 1 commit into from Sep 15, 2021

Conversation

Pokechu22
Copy link
Contributor

When RenderDoc is attached, wglShareLists fails for some reason (see baldurk/renderdoc#2361). wglCreateContextAttribsARB has a parameter for the share context, so there's no reason to use a separate wglShareLists call.

Note that using OpenGL in Dolphin with RenderDoc still has a separate issue with this patch where the screen appears black initially. This has been fixed on RenderDoc's side, but it seems to be possible to work around it by starting a game/fifolog, then closing it, then starting it again.

This patch is from baldurk/renderdoc#2361 (comment).

When RenderDoc is attached, wglShareLists fails for some reason (see baldurk/renderdoc#2361).  wglCreateContextAttribsARB has a parameter for the share context, so there's no reason to use a separate wglShareLists call.

Co-authored-by: baldurk <baldurk@baldurk.org>
@leoetlino leoetlino merged commit 94e9751 into dolphin-emu:master Sep 15, 2021
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants