mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 06:17:07 +02:00
[hle, core/loader] remove hbl.nsp specific workaround
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
9b18d0b111
commit
b515dbd5ce
9 changed files with 25 additions and 32 deletions
|
|
@ -581,7 +581,7 @@ MainWindow::MainWindow(bool has_broken_vulkan)
|
|||
} else if (should_launch_hlaunch) {
|
||||
std::filesystem::path const sd_dir = Common::FS::GetEdenPathString(Common::FS::EdenPath::SDMCDir);
|
||||
auto const hbl_path = (sd_dir / "atmosphere" / "hbl.nsp").string();
|
||||
BootGame(QString::fromStdString(hbl_path), ApplicationAppletParameters());
|
||||
BootGame(QString::fromStdString(hbl_path), LibraryAppletParameters(0x010000000000100Dull, Service::AM::AppletId::QLaunch));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue