mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 18:50:28 +00:00
11 lines
185 B
C++
11 lines
185 B
C++
#include "MIPSCoprocessor.h"
|
|
|
|
CMIPSCoprocessor::CMIPSCoprocessor(MIPS_REGSIZE nRegSize)
|
|
: CMIPSInstructionFactory(nRegSize)
|
|
{
|
|
}
|
|
|
|
CMIPSCoprocessor::~CMIPSCoprocessor()
|
|
{
|
|
}
|