mirror of
https://github.com/libretro/Play-.git
synced 2024-12-01 04:30:55 +00:00
8 lines
137 B
C++
8 lines
137 B
C++
#include "MIPSArchitecture.h"
|
|
|
|
CMIPSArchitecture::CMIPSArchitecture(MIPS_REGSIZE regSize)
|
|
: CMIPSInstructionFactory(regSize)
|
|
{
|
|
|
|
}
|