mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
Merge pull request #11699 from Pokechu22/gl-check-maximum-samples
OpenGL: Check the list of supported AA modes instead of hardcoding
This commit is contained in:
commit
8f51a9d2d8
32 changed files with 237 additions and 158 deletions
|
@ -82,8 +82,6 @@ struct VideoConfig
|
|||
const char* gl_vendor;
|
||||
const char* gl_renderer;
|
||||
const char* gl_version;
|
||||
|
||||
s32 max_samples;
|
||||
};
|
||||
|
||||
void InitDriverInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue