diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-12-13 18:13:34 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-12-13 18:30:00 -0800 |
commit | fd2f60fc3ae64408a82259f5bd8351fc53f27bb0 (patch) | |
tree | 22cf5655376e853fd5216ff647fb70284fa1df32 /src/sars.h | |
parent | 6a1c41149ad50d975b6ed5d7a5ef248c1ccba4cf (diff) |
sars: add --delay [seconds] flag
Defaults to 10 seconds when bare --delay is used
This is primarily intended for video capture purposes
Diffstat (limited to 'src/sars.h')
-rw-r--r-- | src/sars.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ typedef struct sars_t { unsigned window_width, window_height; sars_winmode_t winmode; unsigned cheat:1; + unsigned delay_seconds; m4f_t projection_x; m4f_t projection_x_inv; |