mirror of https://github.com/mgba-emu/mgba.git
Rename decompiler to decoder
This commit is contained in:
parent
65c1d67dfd
commit
58545f112e
|
@ -1,4 +1,4 @@
|
||||||
#include "decompiler.h"
|
#include "decoder.h"
|
||||||
|
|
||||||
#include "arm.h"
|
#include "arm.h"
|
||||||
#include "emitter-thumb.h"
|
#include "emitter-thumb.h"
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef ARM_DECOMPILER_H
|
#ifndef ARM_DECODER_H
|
||||||
#define ARM_DECOMPILER_H
|
#define ARM_DECODER_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Reference in New Issue