mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 03:25:46 +00:00
General: Setup yuzu threads' microprofile, naming and registry.
This commit is contained in:
parent
63bd59669f
commit
9846f5822d
7 changed files with 25 additions and 9 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue