mgba/src/arm/decompiler.c

7 lines
134 B
C
Raw Normal View History

2013-10-31 06:22:38 +00:00
#include "decompiler.h"
void ARMDecodeThumb(uint16_t opcode, struct ThumbInstructionInfo* info) {
// TODO
info->opcode = opcode;
}