mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Merge pull request #4047 from lioncash/enum-fwd
VideoCommon: Make API_TYPE an enum class
This commit is contained in:
commit
e281273cd7
28 changed files with 130 additions and 175 deletions
|
@ -147,7 +147,7 @@ struct VideoConfig final
|
|||
// TODO: Move this out of VideoConfig
|
||||
struct
|
||||
{
|
||||
API_TYPE APIType;
|
||||
APIType api_type;
|
||||
|
||||
std::vector<std::string> Adapters; // for D3D
|
||||
std::vector<int> AAModes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue