mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Merge pull request #4047 from lioncash/enum-fwd
VideoCommon: Make API_TYPE an enum class
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user