From e7dc6c26ce8420eac4a09a7dc0fa299b2dfe60c4 Mon Sep 17 00:00:00 2001 From: nakeee Date: Mon, 12 Apr 2010 05:33:17 +0000 Subject: UnitTests compiles on non win32 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5343 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/UnitTests/AudioJitTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/AudioJitTests.cpp') diff --git a/Source/UnitTests/AudioJitTests.cpp b/Source/UnitTests/AudioJitTests.cpp index 295ec0e815..ec4a21c4af 100644 --- a/Source/UnitTests/AudioJitTests.cpp +++ b/Source/UnitTests/AudioJitTests.cpp @@ -83,4 +83,4 @@ unsigned int DSPHost_CodeLoaded(unsigned const char*, int) { return 0; } void DSPHost_InterruptRequest() { } bool DSPHost_OnThread() { return false; } void DSPHost_WriteHostMemory(unsigned char, unsigned int) { } -unsigned char DSPHost_ReadHostMemory(unsigned int) { return 0; } \ No newline at end of file +unsigned char DSPHost_ReadHostMemory(unsigned int) { return 0; } -- cgit v1.2.3