From 14e0b48ae43c3625f8571dec88121c91d575c65c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 21 Jul 2016 19:04:57 -0400 Subject: VideoCommon: Make API_TYPE an enum class Allows for forward declarations in most places, which prevents dumping unrelated VideoCommon.h contents directly into headers. --- Source/Core/VideoCommon/VideoConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/VideoConfig.cpp') diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index c19528d7d9..7b44782d15 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -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; } -- cgit v1.2.3