diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-02-25 11:12:46 -0400 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-27 11:35:09 -0400 |
commit | dc580582034fb5937aa53176fdaa4bd0fc4acce8 (patch) | |
tree | 6d351a6c3a76fee0a9bc1ab546d07c0583a9d9cd /src/yuzu/main.cpp | |
parent | a5c58a25ef3ed7975c8466933ca38e03c999b027 (diff) |
General: Setup yuzu threads' microprofile, naming and registry.
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index ba69139e5..de0c7fe8c 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -925,6 +925,8 @@ bool GMainWindow::LoadROM(const QString& filename) { nullptr, // E-Commerce }); + system.RegisterHostThread(); + const Core::System::ResultStatus result{system.Load(*render_window, filename.toStdString())}; const auto drd_callout = |