summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 68585c7..260cc5f 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -293,9 +293,11 @@ cMenuSetupSoft::cMenuSetupSoft(void)
*/
void cMenuSetupSoft::Store(void)
{
- SetupStore("MakePrimary", MakePrimary);
- SetupStore("Deinterlace", Deinterlace);
- SetupStore("Scaling", Scaling);
+ SetupStore("MakePrimary", ConfigMakePrimary = MakePrimary);
+ SetupStore("Deinterlace", ConfigVideoDeinterlace = Deinterlace);
+ VideoSetDeinterlace(ConfigVideoDeinterlace);
+ SetupStore("Scaling", ConfigVideoScaling = Scaling);
+ VideoSetScaling(ConfigVideoScaling);
}
//////////////////////////////////////////////////////////////////////////////