Merge pull request #4047 from lioncash/enum-fwd

VideoCommon: Make API_TYPE an enum class
This commit is contained in:
Markus Wick
2016-07-31 10:38:42 +02:00
committed by GitHub
28 changed files with 130 additions and 175 deletions

View File

@ -39,7 +39,7 @@ VideoConfig::VideoConfig()
fAspectRatioHackH = 1;
// disable all features by default
backend_info.APIType = API_NONE;
backend_info.api_type = APIType::Nothing;
backend_info.bSupportsExclusiveFullscreen = false;
}