mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 16:00:58 +00:00
9 lines
167 B
C++
9 lines
167 B
C++
#pragma once
|
|
|
|
#include "Common/CommonTypes.h"
|
|
|
|
class MIPSState;
|
|
struct IRInst;
|
|
|
|
u32 IRInterpret(MIPSState *mips, const IRInst *inst, const u32 *constPool, int count);
|