From 4973ae9952f63fd21ac034da00611a831c3ab2ee Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 16 Dec 2017 22:18:13 +0100 Subject: Rename GFX_HACK_COPY_EFB_ENABLED to GFX_HACK_COPY_EFB_SCALED Not sure why it was named like this... It doesn't affect whether the copy happens or not, only what resolution it uses. --- 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 6ddf034d19..eace12cda3 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -137,7 +137,7 @@ void VideoConfig::Refresh() bSkipEFBCopyToRam = Config::Get(Config::GFX_HACK_SKIP_EFB_COPY_TO_RAM); bSkipXFBCopyToRam = Config::Get(Config::GFX_HACK_SKIP_XFB_COPY_TO_RAM); bImmediateXFB = Config::Get(Config::GFX_HACK_IMMEDIATE_XFB); - bCopyEFBScaled = Config::Get(Config::GFX_HACK_COPY_EFB_ENABLED); + bCopyEFBScaled = Config::Get(Config::GFX_HACK_COPY_EFB_SCALED); bEFBEmulateFormatChanges = Config::Get(Config::GFX_HACK_EFB_EMULATE_FORMAT_CHANGES); bVertexRounding = Config::Get(Config::GFX_HACK_VERTEX_ROUDING); -- cgit v1.2.3