diff options
Diffstat (limited to 'libopna/opna.h')
-rw-r--r-- | libopna/opna.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopna/opna.h b/libopna/opna.h index 2ebca0d..a49a5f8 100644 --- a/libopna/opna.h +++ b/libopna/opna.h @@ -41,6 +41,7 @@ struct opna { struct opna_adpcm adpcm; struct opna_ssg_resampler resampler; unsigned mask; + uint64_t generated_frames; }; void opna_reset(struct opna *opna); |