mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
ISOProperties: Replace the ConvergenceMinimum option by the Convergence option.
The ConvergenceMinimum was replaced by Convergence in the GameINI.
This commit is contained in:
parent
c49bb57e09
commit
9a1b2f68cc
2 changed files with 14 additions and 14 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue