project64/Source/Project64/N64 System/Interpreter/Interpreter CPU.h

12 lines
169 B
C++

class CInterpreterCPU
{
public:
CInterpreterCPU();
~CInterpreterCPU();
void StartInterpreterCPU (void );
R4300iOp::Func * m_R4300i_Opcode;
private:
};