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.
This commit is contained in:
JosJuice
2017-12-16 22:18:13 +01:00
parent ba01642dc7
commit 4973ae9952
6 changed files with 6 additions and 6 deletions

View File

@ -582,7 +582,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string& title)
wxGridSizer* const cb_szr = new wxGridSizer(2, space5, space5);
cb_szr->Add(CreateCheckBox(page_enh, _("Scaled EFB Copy"),
wxGetTranslation(scaled_efb_copy_desc),
Config::GFX_HACK_COPY_EFB_ENABLED));
Config::GFX_HACK_COPY_EFB_SCALED));
cb_szr->Add(CreateCheckBox(page_enh, _("Per-Pixel Lighting"),
wxGetTranslation(pixel_lighting_desc),
Config::GFX_ENABLE_PIXEL_LIGHTING));