diff --git a/src/driver/record.h b/src/driver/record.h index 992c3525e..db6726860 100644 --- a/src/driver/record.h +++ b/src/driver/record.h @@ -49,7 +49,12 @@ #define REC_MAX_APIDS 10 #define FILENAMEBUFFERSIZE 1024 +#if HAVE_TRIPLEDRAGON +/* I'm not able to get it to work with more than 1 recording at a time :-( */ +#define RECORD_MAX_COUNT 1 +#else #define RECORD_MAX_COUNT 8 +#endif #define TSHIFT_MODE_OFF 0 #define TSHIFT_MODE_TEMPORAER 1