mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-27 13:53:36 +00:00
arm: Implement native code execution backend
This commit is contained in:
@@ -211,6 +211,8 @@ void CpuManager::RunThread(std::stop_token token, std::size_t core) {
|
||||
system.GPU().ObtainContext();
|
||||
}
|
||||
|
||||
system.ArmInterface(core).Initialize();
|
||||
|
||||
auto& kernel = system.Kernel();
|
||||
auto& scheduler = *kernel.CurrentScheduler();
|
||||
auto* thread = scheduler.GetSchedulerCurrentThread();
|
||||
|
||||
Reference in New Issue
Block a user