mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user