mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 04:47:56 -05:00
core: decouple ARM interface from Dynarmic
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user