Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed some redundant code introduced in the last commit.
  • Loading branch information
skidau committed Mar 28, 2013
1 parent 9b7db59 commit b2575c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/Src/DSP/DSPAccelerator.cpp
Expand Up @@ -21,7 +21,6 @@
#include "DSPHost.h"
#include "DSPHWInterface.h"
#include "DSPInterpreter.h"
#include "CoreTiming.h"

// The hardware adpcm decoder :)
static s16 ADPCM_Step(u32& _rSamplePos)
Expand Down Expand Up @@ -171,7 +170,6 @@ u16 dsp_read_accelerator()
// Set address back to start address.
Address = (g_dsp.ifx_regs[DSP_ACSAH] << 16) | g_dsp.ifx_regs[DSP_ACSAL];
DSPCore_SetException(EXP_ACCOV);
CoreTiming::ForceExceptionCheck(0);
}

g_dsp.ifx_regs[DSP_ACCAH] = Address >> 16;
Expand Down
2 changes: 0 additions & 2 deletions Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_AX_Voice.h
Expand Up @@ -29,8 +29,6 @@
#include "Common.h"
#include "UCode_AX_Structs.h"
#include "../../DSP.h"
#include "CoreTiming.h"
#include "Core.h"

#ifdef AX_GC
# define PB_TYPE AXPB
Expand Down

0 comments on commit b2575c6

Please sign in to comment.