hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.

This commit is contained in:
bunnei 2021-01-21 13:00:16 -08:00
parent 0b307a12f3
commit cf3a05cf8c
8 changed files with 45 additions and 43 deletions

View file

@ -1039,8 +1039,6 @@ bool GMainWindow::LoadROM(const QString& filename, std::size_t program_index) {
std::make_unique<QtWebBrowser>(*this), // Web Browser
});
system.RegisterHostThread();
const Core::System::ResultStatus result{
system.Load(*render_window, filename.toStdString(), program_index)};