Adding unit test project to VS solution

because that inform about compile errors because of changes in function identity

DSP unit test build fix
This commit is contained in:
John Peterson
2013-05-22 02:40:00 +02:00
parent 2412b2287a
commit 9ab63aba88
5 changed files with 656 additions and 762 deletions

View File

@ -341,7 +341,7 @@ void AudioJitTests()
//required to be able to link against DSPCore
void DSPHost_UpdateDebugger() { }
unsigned int DSPHost_CodeLoaded(unsigned const char*, int) { return 0; }
void DSPHost_CodeLoaded(unsigned const char*, int) { }
void DSPHost_InterruptRequest() { }
bool DSPHost_OnThread() { return false; }
void DSPHost_WriteHostMemory(unsigned char, unsigned int) { }