mirror of https://github.com/mgba-emu/mgba.git
ARM: Remove unused functions
This commit is contained in:
parent
fb035eb0a3
commit
fe797de35e
|
@ -261,10 +261,8 @@ void ARMHalt(struct ARMCore*);
|
|||
|
||||
void ARMv4Run(struct ARMCore* cpu);
|
||||
void ARMv4RunLoop(struct ARMCore* cpu);
|
||||
int32_t ARMv4RunCycles(struct ARMCore* cpu, int32_t cycles);
|
||||
void ARMv5Run(struct ARMCore* cpu);
|
||||
void ARMv5RunLoop(struct ARMCore* cpu);
|
||||
int32_t ARMv5RunCycles(struct ARMCore* cpu, int32_t cycles);
|
||||
void ARMRunFake(struct ARMCore* cpu, uint32_t opcode);
|
||||
|
||||
CXX_GUARD_END
|
||||
|
|
Loading…
Reference in New Issue