Skip to content

Commit

Permalink
Merge pull request #2156 from Stevoisiak/EFB-Copies-To-Texture
Browse files Browse the repository at this point in the history
VideoConfigDiag: Rename EFB Copies to RAM option
  • Loading branch information
Sonicadvance1 committed Mar 1, 2015
2 parents 081adc9 + cb7b960 commit d3c9701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/VideoConfigDiag.cpp
Expand Up @@ -479,7 +479,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con

szr_efb->Add(CreateCheckBox(page_hacks, _("Skip EFB Access from CPU"), wxGetTranslation(efb_access_desc), vconfig.bEFBAccessEnable, true), 0, wxBOTTOM | wxLEFT, 5);
szr_efb->Add(CreateCheckBox(page_hacks, _("Ignore Format Changes"), wxGetTranslation(efb_emulate_format_changes_desc), vconfig.bEFBEmulateFormatChanges, true), 0, wxBOTTOM | wxLEFT, 5);
szr_efb->Add(CreateCheckBox(page_hacks, _("Skip EFB Copies to RAM"), wxGetTranslation(skip_efb_copy_to_ram_desc), vconfig.bSkipEFBCopyToRam), 0, wxBOTTOM | wxLEFT, 5);
szr_efb->Add(CreateCheckBox(page_hacks, _("Store EFB Copies to Texture Only"), wxGetTranslation(skip_efb_copy_to_ram_desc), vconfig.bSkipEFBCopyToRam), 0, wxBOTTOM | wxLEFT, 5);

szr_hacks->Add(szr_efb, 0, wxEXPAND | wxALL, 5);

Expand Down

0 comments on commit d3c9701

Please sign in to comment.