#include "stdafx.h" #include "Emu/Cell/RawSPUThread.h" RawSPUThread::RawSPUThread(u32 index, CPUThreadType type) : SPUThread(type) , m_index(index) { Memory.MemoryBlocks.Add(MemoryBlock::SetRange(RAW_SPU_BASE_ADDR + RAW_SPU_OFFSET * index, RAW_SPU_OFFSET)); Reset(); } RawSPUThread::~RawSPUThread() { for(int i=0; i& bp = Emu.GetBreakPoints(); try { for(uint i=0; iDecodeMemory(PC + m_offset)); if(status == CPUThread_Step) { m_is_step = false; continue; } for(uint i=0; i