mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 08:08:18 -05:00
Merge branch 'master' into threading
This commit is contained in:
@ -62,8 +62,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