VideoConfig revision:

+ increased VideoConfig integrity
 + fixed a clamorous fault, before completely forgotten, about handling parameters attached to RadioButtons controls

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7405 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79
2011-03-23 19:43:04 +00:00
parent 35508d7a99
commit 66632f0645
3 changed files with 43 additions and 18 deletions

View File

@ -810,7 +810,6 @@ void VideoConfigDiag::SetUIValuesFromConfig()
else ((wxChoice*)p)->SetSelection(0); break; } }
if (choice_adapter) SET_CHOICE(choice_adapter, iAdapter);
cur_vconfig.VerifyValidity();
SET_CHOICE(choice_aspect, iAspectRatio);
SET_CHOICE(widescreen_hack, bWidescreenHack);
SET_CHOICE(vsync, bVSync);