mirror of
https://github.com/libretro/Play-.git
synced 2025-02-25 06:01:08 +00:00
13 lines
185 B
C++
13 lines
185 B
C++
#include "MIPSCoprocessor.h"
|
|
|
|
CMIPSCoprocessor::CMIPSCoprocessor(MIPS_REGSIZE nRegSize) :
|
|
CMIPSInstructionFactory(nRegSize)
|
|
{
|
|
|
|
}
|
|
|
|
CMIPSCoprocessor::~CMIPSCoprocessor()
|
|
{
|
|
|
|
}
|