mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-26 09:14:54 +01:00
Optimization: Make SVC use RSB
This commit is contained in:
parent
6c45619aa1
commit
7d7ac0af71
8 changed files with 30 additions and 7 deletions
|
|
@ -99,7 +99,6 @@ public:
|
|||
std::string Disassemble(const Arm::LocationDescriptor& descriptor);
|
||||
|
||||
private:
|
||||
bool halt_requested = false;
|
||||
bool is_executing = false;
|
||||
|
||||
struct Impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue