mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-01 21:58:56 +00:00
OGL: Move copy_image variable into backend.
This commit is contained in:
parent
767ed88f3d
commit
e2f42f8fd0
5 changed files with 11 additions and 10 deletions
|
@ -36,6 +36,7 @@ struct VideoConfig
|
|||
bool bSupportViewportFloat;
|
||||
bool bSupportsAEP;
|
||||
bool bSupportsDebug;
|
||||
bool bSupportsCopySubImage;
|
||||
|
||||
const char* gl_vendor;
|
||||
const char* gl_renderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue