mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 01:26:05 +00:00
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
This commit is contained in:
parent
800595980e
commit
945f8089b8
4 changed files with 41 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue