mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Fix a really stupid GLSL version parsing bug
This commit is contained in:
@ -55,7 +55,6 @@ struct VideoConfig
|
||||
const char* gl_vendor;
|
||||
const char* gl_renderer;
|
||||
const char* gl_version;
|
||||
const char* glsl_version;
|
||||
|
||||
s32 max_samples;
|
||||
};
|
||||
|
Reference in New Issue
Block a user