mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 12:18:08 -05: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