Init parallelrdp on EmuThread thread (so that the console doesnt get spammed with error logs)

This commit is contained in:
Simone
2024-05-14 15:31:47 +02:00
parent 83fc2b583c
commit e61dc1bfc4
4 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ KaizenQt::KaizenQt() noexcept : QWidget(nullptr) {
std::move(mainWindow->view.vulkanWidget->windowInfo),
mainWindow);
emuThread->core = new n64::Core(emuThread->parallel);
emuThread->parallel.Init(emuThread->core->cpu->GetMem().GetRDRAMPtr());
ConnectMainWindowSignalsToSlots();