mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
updated how we call ARM core to make things much faster
This commit is contained in:
parent
a4fd257469
commit
265c770a9d
8 changed files with 44 additions and 30 deletions
|
@ -56,8 +56,11 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
/// Execture next instruction
|
||||
void ExecuteInstruction();
|
||||
/**
|
||||
* Executes the given number of instructions
|
||||
* @param num_instructions Number of instructions to executes
|
||||
*/
|
||||
void ExecuteInstructions(int num_instructions);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue