summaryrefslogtreecommitdiff
path: root/dxr3configdata.h
diff options
context:
space:
mode:
authorscop <scop>2007-04-26 21:02:41 +0000
committerscop <scop>2007-04-26 21:02:41 +0000
commit8454ae7bf6bfe4d0e94303805d416598d80b5d9c (patch)
treeac6fe59bc5dd21b0dc17a74e6df9cc2e6a2b8c3c /dxr3configdata.h
parentd26b3750112728463c1b91fe94cb78eefaaf9609 (diff)
downloadvdr-plugin-dxr3-8454ae7bf6bfe4d0e94303805d416598d80b5d9c.tar.gz
vdr-plugin-dxr3-8454ae7bf6bfe4d0e94303805d416598d80b5d9c.tar.bz2
Add setup option for enabling/disabling use of WSS; some setups get "stripey" screens sometimes when WSS kicks in.
Diffstat (limited to 'dxr3configdata.h')
-rw-r--r--dxr3configdata.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/dxr3configdata.h b/dxr3configdata.h
index 00e5b02..da3634b 100644
--- a/dxr3configdata.h
+++ b/dxr3configdata.h
@@ -139,10 +139,19 @@ public:
return m_osdflushrate = value;
}
+ int GetUseWSS() const
+ {
+ return m_usewss;
+ }
+ int SetUseWSS(int value)
+ {
+ return m_usewss = value;
+ }
+
protected:
eVideoMode m_videomode;
+ int m_usewss;
eMenuMode m_menumode;
-
int m_digitaloutput;
int m_card;
int m_forceletterbox;