Remove numerous video options from the ISO properties.

Use the new configuration profile system instead.
Thanks to kostamarino for migrating the game inis to the new system :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7259 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX
2011-02-27 14:43:52 +00:00
parent 54078ef9cc
commit ff62f492e6
2 changed files with 2 additions and 108 deletions

View File

@ -100,10 +100,7 @@ class CISOProperties : public wxDialog
// Wii
wxCheckBox *EnableProgressiveScan, *EnableWideScreen;
// Video
wxCheckBox *ForceFiltering,
*EFBCopyEnable, *EFBAccessEnable, *EFBToTextureEnable,
*SafeTextureCache, *DstAlphaPass, *UseXFB, *UseZTPSpeedupHack,
*DListCache, *PHackEnable;
wxCheckBox *UseZTPSpeedupHack, *PHackEnable;
wxButton *PHSettings;
wxButton *EditConfig;
@ -182,15 +179,7 @@ class CISOProperties : public wxDialog
ID_DISCSPEED,
ID_MERGEBLOCKS,
ID_AUDIO_DSP_HLE,
ID_FORCEFILTERING,
ID_EFBCOPYENABLE,
ID_EFBACCESSENABLE,
ID_EFBTOTEXTUREENABLE,
ID_SAFETEXTURECACHE,
ID_DSTALPHAPASS,
ID_USEXFB,
ID_ZTP_SPEEDUP,
ID_DLISTCACHE,
ID_PHACKENABLE,
ID_PHSETTINGS,
ID_ENABLEPROGRESSIVESCAN,