mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-22 05:36:23 +01:00
clang support
This commit is contained in:
parent
8449deb0bc
commit
619b451902
6 changed files with 5 additions and 6 deletions
|
|
@ -78,7 +78,6 @@ public:
|
|||
private:
|
||||
bool halt_requested = false;
|
||||
bool is_executing = false;
|
||||
Dynarmic::UserCallbacks callbacks;
|
||||
|
||||
struct Impl;
|
||||
std::unique_ptr<Impl> impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue