mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 19:45:49 +00:00
OGL: Fix crash when opening graphics window on another backend
This commit is contained in:
parent
3d61b1a1d5
commit
7efdd1070b
3 changed files with 3 additions and 1 deletions
|
@ -48,6 +48,7 @@ enum class EsFbFetchType
|
|||
// ogl-only config, so not in VideoConfig.h
|
||||
struct VideoConfig
|
||||
{
|
||||
bool bIsES;
|
||||
bool bSupportsGLSLCache;
|
||||
bool bSupportsGLPinnedMemory;
|
||||
bool bSupportsGLSync;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue