ISOProperties: Replace the ConvergenceMinimum option by the Convergence option.

The ConvergenceMinimum was replaced by Convergence in the GameINI.
This commit is contained in:
Jules Blok
2015-12-17 23:37:35 +01:00
parent c49bb57e09
commit 9a1b2f68cc
2 changed files with 14 additions and 14 deletions

View File

@ -98,7 +98,7 @@ private:
// Stereoscopy
wxSlider* DepthPercentage;
wxSpinCtrl* ConvergenceMinimum;
wxSpinCtrl* Convergence;
wxCheckBox* MonoDepth;
wxArrayString arrayStringFor_EmuState;
@ -171,7 +171,7 @@ private:
ID_REMOVECHEAT,
ID_GPUDETERMINISM,
ID_DEPTHPERCENTAGE,
ID_CONVERGENCEMINIMUM,
ID_CONVERGENCE,
ID_MONODEPTH,
ID_NAME,