mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 08:08:39 +00:00
clang support
This commit is contained in:
@@ -78,7 +78,6 @@ public:
|
||||
private:
|
||||
bool halt_requested = false;
|
||||
bool is_executing = false;
|
||||
Dynarmic::UserCallbacks callbacks;
|
||||
|
||||
struct Impl;
|
||||
std::unique_ptr<Impl> impl;
|
||||
|
||||
Reference in New Issue
Block a user