mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
well, adding shit. laying out the base for the interpreter. really dirty code.
This commit is contained in:
13
ARMInterpreter_Branch.h
Normal file
13
ARMInterpreter_Branch.h
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef ARMINTERPRETER_BRANCH_H
|
||||
#define ARMINTERPRETER_BRANCH_H
|
||||
|
||||
namespace ARMInterpreter
|
||||
{
|
||||
|
||||
s32 A_B(ARM* cpu);
|
||||
s32 A_BL(ARM* cpu);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user