Initial testing support

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>
This commit is contained in:
Mahyar Koshkouei
2017-08-14 21:50:54 +01:00
parent 9a7d3683b9
commit 11d7bede77
10 changed files with 130 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
#include <stdint.h>
#include "playback.h"
/**