Reintroduce force filter. I had even forgot to remove the feature, i had only removed the checkbox :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2634 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-03-09 20:18:36 +00:00
parent 47d0c4d260
commit 095ba7bcd6
2 changed files with 12 additions and 4 deletions

View File

@ -77,6 +77,7 @@ class ConfigDialog : public wxDialog
wxCheckBox *m_VSync;
wxCheckBox *m_RenderToMainWindow;
wxCheckBox *m_NativeResolution;
wxCheckBox *m_ForceFiltering;
wxCheckBox *m_KeepAR43, *m_KeepAR169, *m_Crop;
wxCheckBox *m_UseXFB;
wxCheckBox *m_AutoScale;
@ -136,7 +137,7 @@ class ConfigDialog : public wxDialog
ID_FULLSCREENCB,
ID_WMTEXT,
ID_WINDOWRESOLUTIONCB,
ID_FORCEFILTERING,
ID_MAXANISOTROPY,
ID_MSAAMODECB,
ID_MSAAMODETEXT,