mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +01:00
A64 Interface: Allow changing processor id.
This commit allows the JIT to be used per guest thread and change it's core when the thread is migrated.
This commit is contained in:
parent
d86a6f2211
commit
2068658a82
3 changed files with 16 additions and 1 deletions
|
|
@ -105,6 +105,8 @@ public:
|
|||
/// Modify PSTATE
|
||||
void SetPstate(std::uint32_t value);
|
||||
|
||||
void ChangeProcessorID(std::size_t new_processor);
|
||||
|
||||
/// Clears exclusive state for this core.
|
||||
void ClearExclusiveState();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue