mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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