summaryrefslogtreecommitdiff
path: root/dxr3configdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3configdata.h')
-rw-r--r--dxr3configdata.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dxr3configdata.h b/dxr3configdata.h
index e13eb53..13d4a31 100644
--- a/dxr3configdata.h
+++ b/dxr3configdata.h
@@ -138,6 +138,15 @@ public:
return m_hidemenu = value;
}
+ unsigned int GetOsdFlushRate() const
+ {
+ return (unsigned) m_osdflushrate;
+ }
+ int SetOsdFlushRate(int value)
+ {
+ return m_osdflushrate = value;
+ }
+
protected:
eVideoMode m_videomode;
eMenuMode m_menumode;
@@ -150,6 +159,7 @@ protected:
int m_contrast;
int m_saturation;
int m_hidemenu;
+ int m_osdflushrate;
};
#endif /*_DXR3_CONFIGDATA_H_*/