mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
OpenGL: Check the list of supported AA modes instead of hardcoding
This commit is contained in:
@ -81,8 +81,6 @@ struct VideoConfig
|
||||
const char* gl_vendor;
|
||||
const char* gl_renderer;
|
||||
const char* gl_version;
|
||||
|
||||
s32 max_samples;
|
||||
};
|
||||
|
||||
void InitDriverInfo();
|
||||
|
Reference in New Issue
Block a user