early-access version 3786
This commit is contained in:
@@ -188,7 +188,7 @@ public:
|
||||
}
|
||||
|
||||
bool IsInterrupted() {
|
||||
return parent.system.Kernel().PhysicalCore(parent.core_index).IsInterrupted();
|
||||
return parent.system.Kernel().PhysicalCore(parent.core_index).GetIsInterrupted();
|
||||
}
|
||||
|
||||
ARM_Dynarmic_32& parent;
|
||||
|
@@ -233,7 +233,7 @@ public:
|
||||
}
|
||||
|
||||
bool IsInterrupted() {
|
||||
return parent.system.Kernel().PhysicalCore(parent.core_index).IsInterrupted();
|
||||
return parent.system.Kernel().PhysicalCore(parent.core_index).GetIsInterrupted();
|
||||
}
|
||||
|
||||
ARM_Dynarmic_64& parent;
|
||||
|
Reference in New Issue
Block a user