mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
ISOProperties: Replace the ConvergenceMinimum option by the Convergence option.
The ConvergenceMinimum was replaced by Convergence in the GameINI.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user