diff options
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.h b/softhddev.h index 573c37a..60bca89 100644 --- a/softhddev.h +++ b/softhddev.h @@ -50,7 +50,7 @@ extern "C" extern uint8_t *GrabImage(int *, int, int, int, int); /// C plugin set play mode - extern void SetPlayMode(void); + extern int SetPlayMode(int); /// C plugin set trick speed extern void TrickSpeed(int); /// C plugin clears all video and audio data from the device |