summaryrefslogtreecommitdiff
path: root/Source/UnitTests/UnitTests.cpp
diff options
context:
space:
mode:
authorj4ck.fr0st <j4ck.fr0st@gmail.com>2010-04-09 19:18:50 +0000
committerj4ck.fr0st <j4ck.fr0st@gmail.com>2010-04-09 19:18:50 +0000
commit57a3c878158d56565e42164a2c23e01d07050dd3 (patch)
tree26891c2af2e91bbdb2565f3830a65b3f1fbcb687 /Source/UnitTests/UnitTests.cpp
parentb513e2d2c9a0caa4d91d801c4108ae5bc199b542 (diff)
DSPJit: disabled NR again until we fix DSPEmitter::increase_addr_reg.
And to help test things like that: DSPJitTester (use with caution on x64, most likely fails there; r5250 might be why) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5306 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/UnitTests/UnitTests.cpp')
-rw-r--r--Source/UnitTests/UnitTests.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/UnitTests/UnitTests.cpp b/Source/UnitTests/UnitTests.cpp
index e7de4a1545..27eb352ea5 100644
--- a/Source/UnitTests/UnitTests.cpp
+++ b/Source/UnitTests/UnitTests.cpp
@@ -23,6 +23,8 @@
#include "PowerPC/PowerPC.h"
#include "HW/SI_DeviceGCController.h"
+void AudioJitTests();
+
using namespace std;
int fail_count = 0;
@@ -101,6 +103,8 @@ void StringTests()
int main(int argc, _TCHAR* argv[])
{
+ AudioJitTests();
+
CoreTests();
MathTests();
StringTests();
@@ -133,6 +137,7 @@ void Host_SetWiiMoteConnectionState(int _State){}
void Host_UpdateLeds(int bits){}
void Host_UpdateSpeakerStatus(int index, int bits){}
void Host_UpdateStatus(){}
+void Host_Message(int){}
int CSIDevice_GCController::GetNetInput(u8 numPAD, SPADStatus PadStatus, u32 *PADStatus)
{