summaryrefslogtreecommitdiff
path: root/dxr3interface.h
diff options
context:
space:
mode:
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);