Changelog:
r45383 | rhialto | 2024-11-29 20:41:07 +0000 (Fri, 29 Nov 2024) | 5 lines
Call gfxoutput_init_ffmpegexe() after gfxoutput_init_ffmpeg() instead of before.
The former uses ffmpegdrv_formatlist which is initialized by the latter,
so if both are present, the latter one needs to be called first.
------------------------------------------------------------------------
r45382 | compyx | 2024-11-29 16:54:40 +0000 (Fri, 29 Nov 2024) | 1 line
Silence -Wshorten-64-to-32 warning
------------------------------------------------------------------------
r45378 | gpz | 2024-11-26 20:40:58 +0000 (Tue, 26 Nov 2024) | 1 line
forgot some docs related to BMP Data Turbo, disable debug output
------------------------------------------------------------------------
r45377 | gpz | 2024-11-25 01:17:42 +0000 (Mon, 25 Nov 2024) | 1 line
added support for 'BMP Data Turbo 2000' cartridge
------------------------------------------------------------------------
r45376 | gpz | 2024-11-24 21:44:37 +0000 (Sun, 24 Nov 2024) | 1 line
fix limits for drive rpm in the UI, fixes bug #2093
------------------------------------------------------------------------