mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:07:57 -05:00
General: Setup yuzu threads' microprofile, naming and registry.
This commit is contained in:
@ -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 =
|
||||
|
Reference in New Issue
Block a user