diff options
| author | j4ck.fr0st <j4ck.fr0st@gmail.com> | 2010-04-11 14:06:46 +0000 |
|---|---|---|
| committer | j4ck.fr0st <j4ck.fr0st@gmail.com> | 2010-04-11 14:06:46 +0000 |
| commit | 945f8089b84c1baa679edaeab671c5b0b4f65f07 (patch) | |
| tree | 0fe1c8f1ec4063a4af1b03c4fcb561ff857c7f2c /Source/UnitTests/AudioJitTests.cpp | |
| parent | 800595980e0bea5a8da5bfe4124369f89c2bf8af (diff) | |
Removed a stray MOV in increase_addr_reg, fixed decrease_addr_reg. NR should work now.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5329 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/UnitTests/AudioJitTests.cpp')
| -rw-r--r-- | Source/UnitTests/AudioJitTests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/UnitTests/AudioJitTests.cpp b/Source/UnitTests/AudioJitTests.cpp index 60597c9512..295ec0e815 100644 --- a/Source/UnitTests/AudioJitTests.cpp +++ b/Source/UnitTests/AudioJitTests.cpp @@ -47,7 +47,7 @@ void nx_ir() void nx_nr() { SDSP test_dsp; - DSPJitTester tester(0x40, 0x0c, true); + DSPJitTester tester(0x40, 0x0c); for (u16 input_reg = 0; input_reg < 10; input_reg++) for (u16 input_wr0 = 0; input_wr0 < 10; input_wr0++) @@ -74,7 +74,7 @@ void AudioJitTests() nx_ir(); nx_dr(); - //nx_nr(); + nx_nr(); } //required to be able to link against DSPCore |
