diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index bc9e74e..3d2cef7 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -107,7 +107,9 @@ private: void playBlackFrame(); void playSilentAudio(); void writeRegister(int reg, int value); + void setScr(uint32_t val); + int offset; cMutex mutex; uchar *silentAudio; cDxr3AudioDecoder *aDecoder; |