Fix emulator path calculation (#188)

Fixes a typo that makes the emulator executable append to the **game** install dir, not the **emulator** install dir.
This commit is contained in:
DecDuck
2026-02-26 01:54:26 +11:00
committed by GitHub
parent 82b9912bd0
commit 84fa70f436
2 changed files with 1 additions and 1 deletions
@@ -371,6 +371,7 @@ impl ProcessManager<'_> {
let emulator_install_dir = match emulator_game_status {
GameDownloadStatus::Installed {
install_type: InstalledGameType::Installed,
install_dir,
..
} => Ok(install_dir),
GameDownloadStatus::Installed {