UI: Fixed rewind buffer size option not being saved/used

This commit is contained in:
Sour 2019-07-20 09:47:58 -04:00
parent 49df8ab7d0
commit 4b9d01da7c

View file

@ -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);