all repos — mgba @ 66d1c0c55cba4265786591a1f6bf399034af8622

mGBA Game Boy Advance Emulator

src/arm/decompiler.c (view raw)

1#include "decompiler.h"
2
3void ARMDecodeThumb(uint16_t opcode, struct ThumbInstructionInfo* info) {
4	// TODO
5	info->opcode = opcode;
6}