mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Merge pull request #3035 from aserna3/SSAAImprovements
Improved OGL and D3D's AA options in UI
This commit is contained in:
commit
be667e7de8
6 changed files with 50 additions and 28 deletions
|
@ -144,7 +144,7 @@ struct VideoConfig final
|
|||
API_TYPE APIType;
|
||||
|
||||
std::vector<std::string> Adapters; // for D3D
|
||||
std::vector<std::string> AAModes;
|
||||
std::vector<int> AAModes;
|
||||
std::vector<std::string> PPShaders; // post-processing shaders
|
||||
std::vector<std::string> AnaglyphShaders; // anaglyph shaders
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue