mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-24 05:14:27 +01:00
core: Implement separate A32/A64 ARM interfaces.
This commit is contained in:
@@ -186,6 +186,10 @@ struct KernelCore::Impl {
|
||||
return;
|
||||
}
|
||||
|
||||
for (auto& core : cores) {
|
||||
core.SetIs64Bit(process->Is64BitProcess());
|
||||
}
|
||||
|
||||
system.Memory().SetCurrentPageTable(*process);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user