abbruzze / kernal64

A Scala Commodore 64, 128, VIC20, CBM2 and SuperCPU emulator
MIT License
112 stars 12 forks source link

[Feature] Allow to record GIF at faster framerate than 100ms #8

Closed shazz closed 3 years ago

shazz commented 3 years ago

Hi! I wondered why the GIF recorder was limited to 100ms. I updated your code to support higher framerate and it looks to be working well (I tried 20ms).

Is it unstable or unwanted by design ?

Thanks!

abbruzze commented 3 years ago

Unwanted by accident ;-). Fixed. Thanks.