mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
8 lines
175 B
C
8 lines
175 B
C
#include "rsp_opinfo.h"
|
|
|
|
struct rsp_bc_t {
|
|
UINT32 op; // original opcode
|
|
short op2; // simplified opcode
|
|
short flags;
|
|
rsp_regmask_t need;
|
|
};
|