kernel/thread: replace usage of Core::CPU()
This commit is contained in:
parent
b9f6bd9278
commit
276ca88c9e
3 changed files with 15 additions and 4 deletions
|
@ -187,6 +187,8 @@ System::ResultStatus System::Init(EmuWindow& emu_window, u32 system_mode) {
|
|||
cpu_core = std::make_unique<ARM_DynCom>(*this, USER32MODE);
|
||||
}
|
||||
|
||||
kernel->GetThreadManager().SetCPU(*cpu_core);
|
||||
|
||||
if (Settings::values.enable_dsp_lle) {
|
||||
dsp_core = std::make_unique<AudioCore::DspLle>(*memory,
|
||||
Settings::values.enable_dsp_lle_multithread);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue