mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 10:27:59 -05:00
updated how we call ARM core to make things much faster
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user