mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-25 00:34:57 +01:00
A32: Add Step
This commit is contained in:
parent
f69c77391e
commit
b6536115ef
6 changed files with 88 additions and 32 deletions
|
|
@ -35,6 +35,12 @@ public:
|
|||
*/
|
||||
void Run();
|
||||
|
||||
/**
|
||||
* Steps the emulated CPU.
|
||||
* Cannot be recursively called.
|
||||
*/
|
||||
void Step();
|
||||
|
||||
/**
|
||||
* Clears the code cache of all compiled code.
|
||||
* Can be called at any time. Halts execution if called within a callback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue