summaryrefslogtreecommitdiff
path: root/dxr3interface.h
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-09-18 01:04:12 +0000
committeraustriancoder <austriancoder>2004-09-18 01:04:12 +0000
commitcb6674ce8ca363125fcbc91b8aafb6a214b0120e (patch)
tree1afa7a7fcf7a53e3fc83bc1548a3465e897553cf /dxr3interface.h
parentddf3b8279cd232cefb22468eead47f0ab04774fa (diff)
downloadvdr-plugin-dxr3-cb6674ce8ca363125fcbc91b8aafb6a214b0120e.tar.gz
vdr-plugin-dxr3-cb6674ce8ca363125fcbc91b8aafb6a214b0120e.tar.bz2
you can configure microcode path in Makefile
Diffstat (limited to 'dxr3interface.h')
-rw-r--r--dxr3interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dxr3interface.h b/dxr3interface.h
index a542c15..af177d1 100644
--- a/dxr3interface.h
+++ b/dxr3interface.h
@@ -139,6 +139,9 @@ private:
// access registers
long ReadRegister(int registernum);
void WriteRegister(int registernum, int val);
+
+ // grab screen
+ void GrabScreen(int w, int h, char** buf);
// maybe we should copy this routine into em8300 driver
char Dxr3CopyYUVData(int pos, int *dst, int length);