Add an option for EFB scaled copy to the OpenGL configuration dialog.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5929 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-07-21 12:07:24 +00:00
parent 666ff28f80
commit a103576a54
2 changed files with 9 additions and 2 deletions

View File

@ -96,6 +96,7 @@ class GFXConfigDialogOGL : public wxDialog
wxCheckBox *m_Crop;
wxCheckBox *m_UseXFB;
wxCheckBox *m_UseNativeMips;
wxCheckBox *m_EFBScaledCopy;
wxCheckBox *m_UseRealXFB;
wxCheckBox *m_AutoScale;
wxChoice *m_MaxAnisotropyCB;
@ -152,6 +153,7 @@ class GFXConfigDialogOGL : public wxDialog
ID_USEREALXFB,
ID_USEXFB,
ID_USENATIVEMIPS,
ID_EFBSCALEDCOPY,
ID_AUTOSCALE,
ID_WIDESCREENHACK,