mirror of https://github.com/PCSX2/pcsx2.git
SPU2: Remove SPU2setClockPtr
This commit is contained in:
parent
67cd7713b8
commit
d310ae948d
|
@ -398,11 +398,6 @@ void SPU2shutdown()
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void SPU2setClockPtr(u32* ptr)
|
|
||||||
{
|
|
||||||
cyclePtr = ptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef DEBUG_KEYS
|
#ifdef DEBUG_KEYS
|
||||||
static u32 lastTicks;
|
static u32 lastTicks;
|
||||||
static bool lState[6];
|
static bool lState[6];
|
||||||
|
|
|
@ -35,8 +35,6 @@ u16 SPU2read(u32 mem);
|
||||||
bool SPU2setupRecording(const std::string* filename);
|
bool SPU2setupRecording(const std::string* filename);
|
||||||
void SPU2endRecording();
|
void SPU2endRecording();
|
||||||
|
|
||||||
void SPU2setClockPtr(u32* ptr);
|
|
||||||
|
|
||||||
void SPU2async(u32 cycles);
|
void SPU2async(u32 cycles);
|
||||||
s32 SPU2freeze(int mode, freezeData* data);
|
s32 SPU2freeze(int mode, freezeData* data);
|
||||||
void SPU2DoFreezeIn(pxInputStream& infp);
|
void SPU2DoFreezeIn(pxInputStream& infp);
|
||||||
|
|
Loading…
Reference in New Issue