Added the ability to compile a subset of functions in to a test
executable for Linux. To be used in the future for testing.
Removed unnecessary includes.
Tested working by compiling test executable for GNU/Linux and for the
3DS. The 3dsx was tested in citra.
Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
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>