UI: Fixed rewind buffer size option not being saved/used
This commit is contained in:
parent
49df8ab7d0
commit
4b9d01da7c
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ namespace Mesen.GUI.Forms.Config
|
|||
AddBinding(nameof(PreferencesConfig.ShowFrameCounter), chkShowFrameCounter);
|
||||
AddBinding(nameof(PreferencesConfig.ShowGameTimer), chkShowGameTimer);
|
||||
AddBinding(nameof(PreferencesConfig.ShowDebugInfo), chkShowDebugInfo);
|
||||
AddBinding(nameof(PreferencesConfig.RewindBufferSize), nudRewindBufferSize);
|
||||
|
||||
AddBinding(nameof(PreferencesConfig.GameFolder), psGame);
|
||||
AddBinding(nameof(PreferencesConfig.AviFolder), psAvi);
|
||||
|
|
Loading…
Add table
Reference in a new issue