mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 18:50:28 +00:00
7 lines
139 B
C++
7 lines
139 B
C++
#include "MIPSArchitecture.h"
|
|
|
|
CMIPSArchitecture::CMIPSArchitecture(MIPS_REGSIZE regSize)
|
|
: CMIPSInstructionFactory(regSize)
|
|
{
|
|
}
|