Fixed a bug where the CIA icon was blank.
Fixed automatic version number generation for the CIA.
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
Additionally made very minor changes to fix 80 character line limit in
some places.
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
Fixed an issue whereby the size of the buffer was incorrect causing
malformed audio output when playing a flac music file.
Additionally removed some debugging code and old chaff.
Tested working with stereo and mono 16 bit flac files.
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
Additionally changed compiler optimisation back to O3 and temporarily
use only a single buffer with flac decoding.
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>