From 18a5b430ff4ef1e935e418a89b20b310e367b388 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 16 Oct 2020 21:40:47 -0700 Subject: Prevent wait truncation in VGM logging --- vgm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vgm.h') diff --git a/vgm.h b/vgm.h index ce196d5..08f1944 100644 --- a/vgm.h +++ b/vgm.h @@ -79,6 +79,7 @@ typedef struct { FILE *f; uint32_t master_clock; uint32_t last_cycle; + uint32_t extra_delta; } vgm_writer; vgm_writer *vgm_write_open(char *filename, uint32_t rate, uint32_t clock, uint32_t cycle); -- cgit v1.2.3