mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user