Releases: tsowell/scummvm-dreamcast
dcalt-v0.0.12
Merged upstream changes from latest stable release 2.2.0.
dcalt-v0.0.11
Now uses 44100 Hz audio.
The custom setting dcalt_vga_mode_aspect_ratio has been removed and no longer enables 320x200 video output. It is now controlled by the graphics mode and can be configured in scummvm.ini or in the launcher. The default graphics mode is pvr_ar_correction (Scale to 320x240 when aspect ratio correction is enabled). Setting the graphics mode to vga_ar_correction (Output 320x200 when aspect ratio correction is enabled) is equivalent to enabling dcalt_vga_mode_aspect_ratio.
dcalt-v0.0.10
Documentation changes. Only worthy of a release because it adds the backend README to the release.
dcalt-v0.0.9
Fixes bug that prevented scummvm.ini from being read from VMU at startup
Adds libjpeg, libpng, libmad, and FreeType libraries
dcalt-v0.0.8
Fixes some libkosfat bugs. Testbed tests pass now, or at least fail in the same way they do with the sdl backend.
dcalt-v0.0.7
Cursor is now hidden when a 0x0 dimension cursor is set.
Also includes KallistiOS bug fixes and latest commits from upstream.
dcalt-v0.0.6
Fixes several issues, mostly with cursor positioning/rendering.
dcalt-v0.0.5
16-bit color is now supported by the backend. Only hardware-supported color formats are supported for now, and this hasn't been tested much.
dcalt-v0.0.4
Now supports the Dreamcast MIDI Interface Cable and Dreamcasts with 32MB system RAM.
dcalt-v0.0.3
The only change since v0.0.2 is that video initialization is now delayed until ScummVM starts. This just makes startup smoother when dcalt_vga_25175 is enabled, so I should be the only one who notices a difference.