SPU2: Remove SPU2setClockPtr

This commit is contained in:
Ziemas 2021-06-02 14:43:39 +02:00 committed by lightningterror
parent 67cd7713b8
commit d310ae948d
2 changed files with 0 additions and 7 deletions

View File

@ -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];

View File

@ -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);