core: decouple ARM interface from Dynarmic
This commit is contained in:
parent
f9197f4dae
commit
8506915208
15 changed files with 189 additions and 172 deletions
|
@ -412,11 +412,11 @@ public:
|
|||
/// Register a host thread as an auxiliary thread.
|
||||
void RegisterHostThread();
|
||||
|
||||
/// Enter Dynarmic Microprofile
|
||||
void EnterDynarmicProfile();
|
||||
/// Enter CPU Microprofile
|
||||
void EnterCPUProfile();
|
||||
|
||||
/// Exit Dynarmic Microprofile
|
||||
void ExitDynarmicProfile();
|
||||
/// Exit CPU Microprofile
|
||||
void ExitCPUProfile();
|
||||
|
||||
/// Tells if system is running on multicore.
|
||||
[[nodiscard]] bool IsMulticore() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue